You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idString = [NSStringstringWithFormat:@"IDENTIFIED WITH %@ AS %@",plugin,hash];
1081
+
// there are three situations to cover here:
1082
+
// 1) host added, parent user unchanged
1083
+
// 2) host added, parent user password changed
1084
+
// 3) host added, parent user is new
1085
+
if([[user parent] valueForKey:@"originaluser"]) {
1086
+
// 1 & 2: If the parent user already exists we always use the old password hash. if the parent password changes at the same time, updateUser: will take care of it afterwards
0 commit comments