File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1- Working with chat logs
1+ Working with Chat Logs
22======================
33
44.. include :: /admin/console/missing-commands-ask-community.include.rst
Original file line number Diff line number Diff line change 1- Working with groups
1+ Working with Groups
22===================
33
44.. include :: /admin/console/missing-commands-ask-community.include.rst
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments