We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45a831 commit 38e5a4dCopy full SHA for 38e5a4d
templates/admin/user/edit.tmpl
@@ -92,13 +92,13 @@
92
93
<div class="ui divider"></div>
94
95
- <div class="inline field" {{if DisableLocalUserManagement}} hidden{{end}}>
+ <div class="inline field">
96
<div class="ui checkbox">
97
<label><strong>{{.i18n.Tr "admin.users.is_activated"}}</strong></label>
98
<input name="active" type="checkbox" {{if .User.IsActive}}checked{{end}} {{if DisableLocalUserManagement}}readonly{{end}}>
99
</div>
100
101
- <div class="inline field">
+ <div class="inline field" {{if DisableLocalUserManagement}} hidden{{end}}>
102
103
<label><strong>{{.i18n.Tr "admin.users.prohibit_login"}}</strong></label>
104
<input name="prohibit_login" type="checkbox" {{if .User.ProhibitLogin}}checked{{end}} {{if eq .User.ID .SignedUserID}}disabled{{end}}>
0 commit comments