Skip to content

Fixes in Auth/Console - #20707

Merged
taylorotwell merged 2 commits into
laravel:5.4from
gianlucacandiotti:5.4
Aug 23, 2017
Merged

Fixes in Auth/Console#20707
taylorotwell merged 2 commits into
laravel:5.4from
gianlucacandiotti:5.4

Conversation

@gianlucacandiotti

Copy link
Copy Markdown
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