From 4340d5007126b2d3942dbf008d4a672b03d1110a Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 Feb 2015 12:06:00 -0800 Subject: [PATCH] Stil allow new user creation --- app/views/backend/users/edit.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/backend/users/edit.blade.php b/app/views/backend/users/edit.blade.php index 42ad3ecf1fe5..5c5734fd0f11 100755 --- a/app/views/backend/users/edit.blade.php +++ b/app/views/backend/users/edit.blade.php @@ -134,7 +134,7 @@ @endif
- + id)) ? ' disabled' : '') }}> {{ $errors->first('password', ':message') }}
@@ -147,8 +147,8 @@ @endif
- - @if (Config::get('app.lock_passwords')) + id)) ? ' disabled' : '') }}> + @if (Config::get('app.lock_passwords') && ($user->id))

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

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