Files
NodeBB/test
Barış Uşaklı e2e1744824 User create / registeration queue refactor (#13905)
* feat: add options parameter to User.create

add emailVerification: ('send'|'verify'|'skip') param to User.create to control email verification

add a new method User.createOrQueue(). store options that will be passed to User.create() when registration is accepted in _opts

If there is no password passed to registration queue(SSO register) don't store hashedPassword

removed the isFirstUser hack in user.create, when creating the admin user in install.js passing `emailVerification: 'verify'` to immediately verify the email, same with all the hacks in tests

auth: if an SSO plugin sends back an info object, redirect to root and display the message

* refactor: make function private

* refactor: destruct return

* test: fix flag test

* test: group tests

* feat: show ssoIcon if available in register queue

* add icon/title
2026-01-19 18:40:48 -05:00
..
2025-10-24 11:12:20 -04:00
2025-09-03 11:12:45 -04:00
2023-08-02 12:52:46 -04:00
2023-12-18 12:08:34 -05:00
2021-02-08 18:06:44 -05:00
2021-02-08 18:06:44 -05:00
2023-12-18 12:08:34 -05:00
2025-07-22 10:58:17 -04:00
2023-12-18 12:08:34 -05:00
2025-03-08 00:39:46 -05:00
2024-01-17 15:18:26 -05:00
2026-01-11 14:38:14 -05:00
2021-02-08 18:06:44 -05:00
2021-02-08 18:06:44 -05:00
2023-12-18 12:08:34 -05:00
2021-02-08 18:06:44 -05:00
2025-12-06 20:44:51 -05:00
2023-06-20 19:24:21 -04:00
2021-11-23 19:02:49 -05:00
2025-10-24 11:12:20 -04:00
2026-01-11 14:38:14 -05:00