Fix typo in Core\Authentication
This commit is contained in:
		
					parent
					
						
							
								27eaffd7fb
							
						
					
				
			
			
				commit
				
					
						001c9ed259
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -27,7 +27,7 @@ class Authentication extends BaseObject
 | 
			
		|||
	{
 | 
			
		||||
		return hash_hmac(
 | 
			
		||||
			"sha256",
 | 
			
		||||
			hash_hmac("sha256", $user["password"], $user["privkey"]),
 | 
			
		||||
			hash_hmac("sha256", $user["password"], $user["prvkey"]),
 | 
			
		||||
			Config::get("system", "site_prvkey")
 | 
			
		||||
		);
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue