Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.4
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Simply login as a client and save authentication info
To resolve, updated app/controllers/client_main.php in the edit() method. Change:
unset($vars['user_id']);
$this->Contacts->edit($this->contact->id, $vars);
To
unset($vars['user_id']);
if ($vars['email'] !== $this->contact->email) {
$vars['verify'] = false;
}
$this->Contacts->edit($this->contact->id, $vars);
Activity
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
| Sprint | 5.1.0 Sprint 3 [ 127 ] |
| Rank | Ranked higher |
| Assignee | Jonathan Reissmueller [ jonathan ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Time Spent | 12 minutes [ 720 ] | |
| Worklog Id | 14807 [ 14807 ] |
| Status | In Progress [ 3 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | In Review [ 5 ] | Closed [ 6 ] |