Password :(
#1

Because im using dubd when i register it encrypts my passsword and i want a system where it dont encrypt it. Just so that i can change there password if need be.

Or is there a way to see what they typed on the password when they register or somthing?
Reply
#2

Use Mysql im sure you can see passwords with that
Reply
#3

Quote:
Originally Posted by V1ceC1ty
Use Mysql im sure you can see passwords with that

If password is crypted you cant see it in mysql too.

Anyway, just deleted te encryption part and recompile the script..
Simple
Reply
#4

Why not just make a command for the player to change password?
Reply
#5

I Would if i knew how

Heres the code to code it thingy

Quote:

stock udb_changePassword(nickname[],pwd[]) {
udb_UserSetInt(nickname,"password_hash",udb_hash(p wd));
return true;
}

udb_changePassword("DracoBlue","MyPass!");
Reply
#6

?
Reply
#7

Quote:
Originally Posted by V1ceC1ty
Use Mysql im sure you can see passwords with that
No?
In everyplace you can see it, as far as you haven't made it as a hashed system.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)