Anope IRC Services

Anope Development => Modules => Topic started by: stefano on June 29, 2009, 11:29:59 PM

Title: I need an edit on the old ns_restrictreg module
Post by: stefano on June 29, 2009, 11:29:59 PM
Hi all
I'm using this module: http://modules.anope.org/viewmod.php?id=1 and it's work perfectly, thanks to the author of it!!
Anyway i've a problem cause our password encription is different from the ones available on the module, so we use nickname and email to check on our user sql database, but in this way registration need to be done in two step couse we need to use the email for password to allow registration, and after change password to the real one.

I want to ask if it possible to edit it for make a normal nick registration adding password on the first time, to be more clear now i need to do:
/nickserv REGISTER email@email.com email@email.com
and after
/nickserv SET PASSWD mypass

If it possible i'd like to do
/nickserv REGISTER mypass email@email.com
where nickname and email are checked on the sql database.

Hope someone can help me and thanks in advance for take you time looking on it.

Cheers
essebi