mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 15:10:34 +00:00 
			
		
		
		
	[13.0] fix change passphrase
This commit is contained in:
		@@ -53,7 +53,7 @@ class EbicsChangePassphrase(models.TransientModel):
 | 
				
			|||||||
            keyring.change_passphrase(self.new_pass)
 | 
					            keyring.change_passphrase(self.new_pass)
 | 
				
			||||||
        except ValueError as e:
 | 
					        except ValueError as e:
 | 
				
			||||||
            raise UserError(str(e))
 | 
					            raise UserError(str(e))
 | 
				
			||||||
        self.ebics_userid.ebics_passphrase = self.new_pass
 | 
					        self.ebics_userid_id.ebics_passphrase = self.new_pass        
 | 
				
			||||||
        self.note = "The EBICS Passphrase has been changed."
 | 
					        self.note = "The EBICS Passphrase has been changed."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        module = __name__.split('addons.')[1].split('.')[0]
 | 
					        module = __name__.split('addons.')[1].split('.')[0]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user