-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rebrand user access denied page #3141
Comments
@janagombitova correct me if I am wrong, where in the login workflow would the user see this page? Would it be if they attempted to reset their password and Flow would recognize that the email is not registered to some account? |
@Kiarii I will try my best to explain below, but I think we should have a call too ;) To be able to access Flow (or Lumen) your user (email) needs to exist in the Flow instance. So the organisational admin first needs to add your user email to Flow (in the Users tab). Only then you can log in. You can log in in two ways Your organisational admin added your google email to create your user account in the Flow instance. You come to the Flow instance URL and hit to log in with Google. In this case, if your email exists in the Flow instance, you access the survey list. If your organisational admin did not add this email to Flow, you land on the page we are talking about. In this case, we do not know anything about your password. So if you put in a wrong password, this is handled by Google. 2. Using an account created in Auth0 You come to the Flow instance URL and cannot log in with your email and password, as you did not set up your password yet. So you hit the Sign-up option. Here you fill in the email (same as the one your organisation admin added to Flow) and define your password. Now your account also exists in Auth0. And you enter Flow, as your email already exists in Flow. In this case, we will show the page this issue is about if:
I do not know how Auth0 handles cases when you try to log in with a wrong password. I still need to test that out. |
Checked on uat2 all works well. |
With moving to Auth0 and creating a new login page that follows the new Akvo brand, we also need to make sure that this page follows the same style guide too.
This page shows if a user signs up to Flow but is not a user on Flow.
The user set up works like this:
To do:
The text was updated successfully, but these errors were encountered: