mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUACAMOLE-197: Working RADIUS Authentication, including dealing with Challenge/Response (e.g. 2/Multi-Factor)
This commit is contained in:
		
				
					committed by
					
						 Nick Couchman
						Nick Couchman
					
				
			
			
				
	
			
			
			
						parent
						
							dbb62ded77
						
					
				
				
					commit
					3e994021da
				
			| @@ -1,9 +0,0 @@ | ||||
| <div class="radius-challenge-response-field-container"> | ||||
|     <div id="radius-challenge-text" /> | ||||
|     <div class="password-field"> | ||||
|         <input type="{{passwordInputType}}" ng-model="model" ng-trim="false" autocorrect="off" autocapitalize="off"/> | ||||
|         <div class="icon toggle-password" ng-click="togglePassword()" title="{{getTogglePasswordHelpText() | translate}}"></div> | ||||
|     </div> | ||||
|     <input type="hidden" id="radius-challenge-state" /> | ||||
|     <input type="submit" /> | ||||
| </div> | ||||
| @@ -0,0 +1,5 @@ | ||||
| <div id="radius-challenge-text" /> | ||||
| <div class="password-field"> | ||||
|     <input type="{{passwordInputType}}" ng-model="model" ng-trim="false" autocorrect="off" autocapitalize="off"/> | ||||
|     <div class="icon toggle-password" ng-click="togglePassword()" title="{{getTogglePasswordHelpText() | translate}}"></div> | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user