We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a valid SMTP server is not set inside the django settings, the registration worklfow fails on saving:
No response
The text was updated successfully, but these errors were encountered:
Fix issue #838
233f66a
Add 'other_info' (userdata) to user form. (#832)
270c031
* Add 'other_info' (userdata) to user form. * ✨ Allow to store custom map themes (authenticathed users) (#813) * Create model for customer themes. * Implemented CRUD custom theme. * Add constraint. * Typo * Add invalidation of project cache. * Fix test. * Remove CSFR check. * ✨ Client g3w-suite/g3w-client@0e226b2 * 🐛 Client g3w-suite/g3w-client@37adf60 * Add pydantic validation data structure. --------- Co-authored-by: wlorenzetti <lorenzett@gis3w.it> Co-authored-by: volterra79 <boccacci.francesco@gmail.com> Co-authored-by: Raruto <Raruto@users.noreply.github.com> * 🐛 Fix `SameSite` cookie property. (#793) * Fix `SameSite` cookie property. * Fix samesite value. * Add secure=True for samesite=None --------- Co-authored-by: wlorenzetti <lorenzett@gis3w.it> Co-authored-by: Raruto <Raruto@users.noreply.github.com> * ✨ Client g3w-suite/g3w-client@19c1d71 * ⚡ Client g3w-suite/g3w-client@dc02f92 * Fix issue #838 --------- Co-authored-by: wlorenzetti <lorenzett@gis3w.it> Co-authored-by: Raruto <Raruto@users.noreply.github.com> Co-authored-by: volterra79 <boccacci.francesco@gmail.com>
wlorenzetti
Successfully merging a pull request may close this issue.
Checklist
Subject of the issue
If a valid SMTP server is not set inside the django settings, the registration worklfow fails on saving:
Steps to reproduce
Environment
Link to your project
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: