Project

General

Profile

« Previous | Next » 

Revision 6fd5b6eb

Added by Patrick Plitzner over 6 years ago

ref #6925 Fix some FIXME E4 tags

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/LoginManager.java
59 59
	 * @return true if the login attempt was successful even if the authentication has changed or not
60 60
	 */
61 61
	public boolean authenticate(String username, String password){
62

  
63
	    // close all open editors
64
	    //FIXME E4 migrate close all editors after login
65
//	    if(!AbstractUtility.closeAll()){
66
//	        return false;
67
//	    }
68

  
69

  
70 62
	    try{
71 63
	        doAuthenticate(username, password);
72 64
	    } catch (CdmAuthenticationException e) {

Also available in: Unified diff