Project

General

Profile

« Previous | Next » 

Revision 1c082d5b

Added by Katja Luther about 7 years ago

fix #5924: reauthenticate after changing the password

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/password/PasswordWizard.java
71 71
			    CdmStore.getService(IUserService.class).changePasswordForUser(user.getUsername(), passwordPage.getNewPassword());
72 72
			}
73 73
			CdmStore.getService(IUserService.class).loadWithUpdate(user.getUuid());
74
			CdmStore.getLoginManager().authenticate(user.getUsername(), passwordPage.getNewPassword());
74 75
		    internalConversation.commit(false);
75 76
		    internalConversation.unbind();
76 77
		    internalConversation.close();

Also available in: Unified diff