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

the code is giving invalid salt error at login page? #1

Open
vepriya opened this issue Mar 30, 2019 · 4 comments
Open

the code is giving invalid salt error at login page? #1

vepriya opened this issue Mar 30, 2019 · 4 comments

Comments

@vepriya
Copy link

vepriya commented Mar 30, 2019

No description provided.

@dxnter
Copy link
Owner

dxnter commented Mar 31, 2019

Could you provide steps to replicate this error? I did a fresh install of the project and registration and login both seem to be working as expected.

@tapanpmehta
Copy link

tapanpmehta commented Mar 20, 2020

Getting an error in views.py in register, from models import user,it is saying no modules named models,can you tell whether we have to install package models or whether we have to use models.py of register

@PrathameshTugaonkar
Copy link

Getting an error in views.py in register, from models import user,it is saying no modules named models,can you tell whether we have to install package models or whether we have to use models.py of register

While importing just use .models instead of models
it should be
from .models import User

@Sanjana998
Copy link

still getting a

Invalid salt

error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants