Project

General

Profile

« Previous | Next » 

Revision 0af06eb2

Added by Andreas Kohlbecker over 10 years ago

updating comment

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/LoginManager.java
54 54
	 */
55 55
	public boolean authenticate(String username, String password){
56 56

  
57
		// close all open editors, this will close all open conversations
58
		// otherwise the users granted authorities might not be up to date
57
		// close all open editors
59 58
		if(!StoreUtil.closeAll()){
60 59
			return false;
61 60
		}

Also available in: Unified diff