mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-02 11:24:51 +00:00
refactor(backend): SSO registration cleanup (#11239)
* add more debugging and remove possible problematic inheritance * remove unused functions * remove extra conversion * ensure cirrect type is used --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@@ -192,6 +192,13 @@ Therefore the registration user interface elements will not be shown.
|
||||
|
||||
To enable registration, the email settings must be configured correctly. See [email configuration](../start/config.md#email-settings).
|
||||
|
||||
#### INVE-W12
|
||||
**Signup attempt blocked because registration is disabled - Backend**
|
||||
|
||||
A user attempted to sign up but registration is currently disabled via the system settings. This is to prevent unauthorized or unwanted user registrations.
|
||||
|
||||
To enable registration, adjust the relevant settings (for regular or SSO registration) to allow user signups.
|
||||
|
||||
### INVE-I (InvenTree Information)
|
||||
Information — These are not errors but information messages. They might point out potential issues or just provide information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user