This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

how to check what the password of a user is?

Help for those learning Tcl or writing their own scripts.
Post Reply
s
skywalker
Voice
Posts: 5
Joined: Sat Jan 07, 2012 7:46 pm

how to check what the password of a user is?

Post by skywalker »

How can i make global admins and owners to be able to check what password a user uses in the eggdrop bot?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Eggdrop stores all user passwords in a one-way encrypted manner by default. Thus, there is no means of decrypting the password. If you need to verify a password for a given user, you could always use the passwdok tcl command.
NML_375
Post Reply