Hi,
I use an external perl script to authenticat the users. Now I wan't to know,if its possible to send a costum error Message to the Client when the user try to change the password via the Jabber client?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi,
I use an external perl script to authenticat the users. Now I wan't to know,if its possible to send a costum error Message to the Client when the user try to change the password via the Jabber client?
Seberoth wrote: if its
if its possible to send a costum error Message to the Client when the user try to change the password via the Jabber client?
Not configurable. But you have the ejabberd source code. Download it, edit the file mod_register.erl and replace the current string, compile the file and install it.
If your users use a language different than English, you can edit the file ru.po, or whatever, and replace the string that you want. No need to compile.