mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #235] [MERGED] Change redirection for changed password #302
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#302
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/235
Author: @pierreozoux
Created: 10/2/2017
Status: ✅ Merged
Merged: 5/16/2020
Merged by: @barryo
Base:
master← Head:patch-1📝 Commits (1)
1cec8b1Change redirection for changed password📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
application/controllers/AuthController.php(+1 -1)📄 Description
Given I am a normal user
I don't have a vimbadmin account, but just a regular email account
I was given the link
auth/change-passwordto change my password.Once I changed my password, I am currently redirected to the login page.
So as a user, I try to login, but I'm not a vimbadmin user, so I don't usnderstand why my login/password doesn't work.
To fix that, if we redirect to the change-password page, there will be no confusion (or at least, less).
Fix #191
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.