You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
@medhach this already seems to be implemented for the production version (the one hosted on heroku)
Shall I implement it for the developmental version ?
Right now, the user is redirected to the dashboard after registration. We can have two conditions, one for the production version and one for the developmental version and the appropriate action will be taken based on this.
@Raxerz while in development mode, a lot fake and mock data is created for the purpose of testing. Using genuine data everytime would be too difficult. I suggest that you limit this functionality to production itself, and maybe use some other third party apps like faker or django-seed if authentication is that necessary.
Verification of users by sending a mail with the verification link .
The text was updated successfully, but these errors were encountered: