Show
Ignore:
Timestamp:
08/30/07 00:12:27 (15 months ago)
Author:
roidelapluie
Message:

always forget password when it's wrong so it's re-asked to user. fixes #3343

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/connection.py

    r8594 r8608  
    459459                                self.on_connect_auth = None 
    460460                else: 
    461                         # Forget password if needed 
    462                         if not gajim.config.get_per('accounts', self.name, 'savepass'): 
    463                                 self.password = None 
     461                        # Forget password, it's wrong 
     462                        self.password = None 
    464463                        gajim.log.debug("Couldn't authenticate to %s" % self._hostname) 
    465464                        self.disconnect(on_purpose = True)