mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-30 16:43:22 +00:00
GUACAMOLE-197: Initial code for the guacamole-auth-radius authentication module.
This commit is contained in:
committed by
Nick Couchman
parent
9d587496b0
commit
d9d5573aa4
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user