You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,19 @@ If you want to run the latest development version, you have two options:
32
32
33
33
This will download the latest development version of the Disable User Login plugin. While this version is usually stable, it is not recommended for use in a production environment.
34
34
35
+
Customize Disabled User Message
36
+
------------
37
+
You can customize the message users see when their accounts are disabled by hooking into the `disable_user_login.disabled_message` hook exposed by the plugin or by providing a translation in your languages file.
0 commit comments