-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Automatically log in after succesful account activation #174
Milestone
Comments
In order to acomplish this, we need a django-registration version that sends an 'account activated signal', unfortunately, that is only available in the development version. The code required to make it work is in the following pull request: http://github.com/GeoNode/geonode/pull/6 Marking this as 1.1 since it could complicate the build. |
This landed after 1.1.1. We are using django-registration 0.8 now. |
EmereArco
pushed a commit
to EmereArco/geonode
that referenced
this issue
Jan 30, 2018
goudine
pushed a commit
to goudine/geonode
that referenced
this issue
Feb 1, 2018
Bump Geonode to 2.6.3
travislbrundage
pushed a commit
to travislbrundage/geonode
that referenced
this issue
Apr 6, 2018
Include perms dict in layer metadata response
afabiani
pushed a commit
that referenced
this issue
May 27, 2021
marthamareal
pushed a commit
to marthamareal/geonode
that referenced
this issue
Sep 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I create a new account and click the activation email, I get to a page telling me that my account is activated with a sign in link.
I think it would improve the experience if when I clicked the activation link, I would automatically be logged into my newly activated account. (Saves clicks and typing, could start uploading data etc. immediately)
The text was updated successfully, but these errors were encountered: