The replace variable of the add_public_key function is now a merge variable in order to append new keys to a user
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			135 B
		
	
	
	
		
			Python
		
	
	
	
	
	
 | 
						|
class KeyExistsError(Exception):
 | 
						|
    pass
 | 
						|
 | 
						|
class UserExistsError(Exception):
 | 
						|
    pass
 | 
						|
 | 
						|
class UserCredentialError(Exception):
 | 
						|
    pass
 |