Skip to content

Commit 57cd748

Browse files
authored
Fixes #682 - Removed password deletion from console command
1 parent 69d379c commit 57cd748

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

admin/console/working-on-chat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Working with chat logs
1+
Working with Chat Logs
22
======================
33

44
.. include:: /admin/console/missing-commands-ask-community.include.rst

admin/console/working-on-groups.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Working with groups
1+
Working with Groups
22
===================
33

44
.. include:: /admin/console/missing-commands-ask-community.include.rst

admin/console/working-on-users.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,3 @@ if needed.
100100
.. code-block:: ruby
101101
102102
>> User.find_by(email: 'you@example.com').update!(password: 'your_new_password')
103-
104-
Remove Password for User
105-
------------------------
106-
107-
If you added a second authentication method (e.g. LDAP) after launch, there
108-
still may be a password in Zammad's own user management. In cases like that
109-
users will be able to login with their (local) Zammad password in addition to
110-
the credentials stored on the external authentication provider. Simply remove
111-
the password stored by Zammad.
112-
113-
.. code-block:: ruby
114-
115-
>> User.find_by(email: 'you@example.com').update!(password: nil)

0 commit comments

Comments
 (0)