2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-11 22:54:17 +00:00

refactor(backend): SSO registration cleanup (#11239) (#11241)

* add more debugging and remove possible problematic inheritance

* remove unused functions

* remove extra conversion

* ensure cirrect type is used

---------


(cherry picked from commit e6077565c5)

Co-authored-by: Matthias Mair <code@mjmair.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2026-02-02 21:29:13 +11:00
committed by GitHub
parent e3fcb83dc9
commit 0f45e3e1e9
4 changed files with 15 additions and 21 deletions

View File

@@ -174,6 +174,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.