diff --git a/app/views/backend/users/edit.blade.php b/app/views/backend/users/edit.blade.php index 2bab768a84..aad78e4296 100755 --- a/app/views/backend/users/edit.blade.php +++ b/app/views/backend/users/edit.blade.php @@ -74,7 +74,7 @@
- id)) ? ' disabled' : '') }} autocomplete="off"> + id)) ? ' disabled' : '') }} autocomplete="off" readonly onfocus="this.removeAttribute('readonly');"> @if (Config::get('app.lock_passwords') && ($user->id))

@lang('admin/users/table.lock_passwords')

@endif @@ -91,7 +91,7 @@ @endif
- id)) ? ' disabled' : '') }} autocomplete="off"> + id)) ? ' disabled' : '') }} autocomplete="off" readonly onfocus="this.removeAttribute('readonly');"> {{ $errors->first('password', '
:message') }}
@@ -123,10 +123,10 @@
- id)) ? ' disabled' : '') }} autocomplete="off"> + id)) ? ' disabled' : '') }} autocomplete="off" readonly onfocus="this.removeAttribute('readonly');"> @if (Config::get('app.lock_passwords') && ($user->id)) -

@lang('admin/users/table.lock_passwords')

- @endif +

@lang('admin/users/table.lock_passwords')

+ @endif {{ $errors->first('email', '
:message') }}