seitime-frappe/frappe/core
Bhushan Barbuddhe 7df795cf99
feat: Add hooks for custom SMS and OTP SMS sending (#33444)
* feat: add hook for custom SMS OTP sender (mobile_otp_sms_sender) in 2FA

* [ADD]: Hooks for send SMS

* [fix]: Hook changed to send token.

* chore: remove unnecessary comment
2025-07-30 16:47:12 +05:30
..
api feat: add user invitation doctype & related public methods (#33308) 2025-07-28 16:25:53 +05:30
doctype feat: Add hooks for custom SMS and OTP SMS sending (#33444) 2025-07-30 16:47:12 +05:30
page fix: remove child tables from Role Permission Manager dropdown 2025-05-15 07:53:37 +00:00
report fix: transaction log report. (#32882) 2025-06-12 11:14:43 +05:30
web_form feat: allow user to change timezone (#33419) 2025-07-22 19:50:12 +02:00
workspace fix: build workspace, add webhook log 2024-09-30 20:54:52 +02:00
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py fix(get_events): Pass date objects instead of string 2025-04-22 22:43:50 +00:00
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py perf: Document objects without circular references (#17080) 2024-01-17 17:22:55 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.