Skip to content
New issue

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

Registration new user fail if a valid SMTP server is not set #838

Closed
1 task done
wlorenzetti opened this issue May 6, 2024 · 0 comments · Fixed by #832
Closed
1 task done

Registration new user fail if a valid SMTP server is not set #838

wlorenzetti opened this issue May 6, 2024 · 0 comments · Fixed by #832
Assignees
Labels
bug Something isn't working

Comments

@wlorenzetti
Copy link
Member

Checklist

  • I've searched through the existing issues and this bug has never been reported before

Subject of the issue

If a valid SMTP server is not set inside the django settings, the registration worklfow fails on saving:

Image

Image

Steps to reproduce

  1. Activate G3W-SUITE registration workflow in Django settings
  2. Try to sign up new user.

Environment

  • g3w-admin: 3.8.dev-20240506075759
  • g3w-client: 3.10.0-alpha.2
    • editing: 3.8.0-alpha.1
    • qplotly: undefined
    • qtimeseries: undefined
    • qprocessing: undefined
  • browser: Firefox 126.0
  • operating system: Linux 64-bit

Link to your project

No response

Additional info

No response

@wlorenzetti wlorenzetti added the bug Something isn't working label May 6, 2024
@wlorenzetti wlorenzetti self-assigned this May 6, 2024
@wlorenzetti wlorenzetti transferred this issue from g3w-suite/backlog May 6, 2024
wlorenzetti pushed a commit that referenced this issue May 6, 2024
wlorenzetti added a commit that referenced this issue May 20, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant