2
0
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:
Matthias Mair
2026-02-02 03:14:06 +01:00
committed by GitHub
parent e1a45ec289
commit e6077565c5
4 changed files with 15 additions and 21 deletions

View File

@@ -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.