mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fixed clearing timed OTP when backup codes are not allowed (#4268)
This commit is contained in:
		
							parent
							
								
									138fc507c8
								
							
						
					
					
						commit
						c7561b5dd8
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -3397,9 +3397,6 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use | |||
|                     // Do not allow this command if 2FA's are locked
 | ||||
|                     if ((domain.passwordrequirements) && (domain.passwordrequirements.lock2factor == true)) return; | ||||
| 
 | ||||
|                     // Do not allow this command if backup codes are not allowed
 | ||||
|                     if ((domain.passwordrequirements) && (domain.passwordrequirements.backupcode2factor == false)) return; | ||||
| 
 | ||||
|                     // Do not allow this command when logged in using a login token
 | ||||
|                     if (req.session.loginToken != null) break; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue