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

Fixes in Auth/Console #20707

Merged
merged 2 commits into from
Aug 23, 2017
Merged

Fixes in Auth/Console #20707

merged 2 commits into from
Aug 23, 2017

Conversation

gianlucacandiotti
Copy link
Contributor

  • Fixes success message after password reset.

The passwords/reset stub was handling a success status message stored in session, but there isn't a flow that redirects to that view with said message since the user is authenticated and redirected into the application itself when the password is successfully changed. This commit moves the status message from the passwords/reset.stub to the home.stub so it's clear to the user that his password was changed once he is logged in.

  • Fixes spacing between elements for some stubs.

The spacing was inconsistent between views that were using the same element. I just added some spacing to fix it.

passwords/reset.stub was handling a success status message stored in
session, but there isn't a flow that redirects to that view with said
message since the user is authenticated and redirected into the
application itself when the password is successfully changed. This
commit moves the status message from the passwords/reset.stub to the
home.stub so it's clear to the user that his password was changed once
he is logged in.
@taylorotwell taylorotwell merged commit 9b519d0 into laravel:5.4 Aug 23, 2017
themsaid added a commit that referenced this pull request Aug 24, 2017
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

Successfully merging this pull request may close these issues.

2 participants