-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix/login signup #359
base: master
Are you sure you want to change the base?
Fix/login signup #359
Conversation
I realized, that it was a total stupid idea to remove password completely as we have admin users who need a password to login. I will revert that part of the PR. |
@lennerd I tried to test this on staging but get errors:
|
@holgerd This not on deployed on Staging so maybe you discovered another error. |
ok, let me know when I can test something on staging. Lennart Hildebrandt [email protected] schrieb am Di., 16. Aug.
|
I described the bug in separate issue #361 |
👍 Thanks! |
FYI: Holger and I discussed the flow again and agreed on just fixing the current "Almost there" view without making the users email address mandatory. |
|
4a99139
to
7381982
Compare
@1000miles What do you think about deploying this on Staging? Does it make sense to deploy this now? Or should we wait for the new server setup. |
go ahead and deploy on staging. |
there's no reason not to continue development as normal, we're building fully parallel |
Didn't want to break something. Thanks for the information. |
7381982
to
ba97dc0
Compare
This is still blocked by #361 |
This may need to be deployed on staging again for @holgerd to review. |
@1000miles can you look into this and decide whether this can be resolved? |
@1000miles what is the status of this? |
@1000miles thanks. so this is on hold as well. :) |
This PR tries to fix #175, #179 and #181.
What did change?
after_signup_update
page to add a email address.This part is really critical I think. We need to be sure to force user to have a email address. There is a quite big opportunity users get angry or frustrated because they are forced to give data to us.
We also need to check if this has any implications for the apps on the mobile devices.
after_signup_update
view cannot be skipped anymore.What needs to be done?
Note:
after_signup_update
"beautiful again" and I decided to don't touch it. The problem is that we do not have any kind of Style Guide which can be applied here or was applied to every page on the platform. Adding once again another form style will lead to more and more CSS lines and a quite bloated Stylesheet.