The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display User's current password in user control panel.
I need to display user's current password in their control panel. Is it possible ?
|
#2
|
|||
|
|||
Thats a very BAD idea.
|
#3
|
|||
|
|||
Join Date: Dec 2001 :- I will have to trust you on this.
The thing is that I am working on making a link for the user that is something like :- http://user@pass:ip.com Is there any alternatives to do this other than user putting the information manually ? |
#4
|
|||
|
|||
vb uses md5 hash + salt
|
#5
|
||||
|
||||
It can be done but is not advisable.
|
#6
|
|||
|
|||
This can not be done without major concessions to security.
|
#7
|
|||
|
|||
I am also wanting to do this, I have sent a PM to Marco van Herwaarden for guidence
I am also trying to achieve that same thing as desizsports |
#8
|
|||
|
|||
Viewing the current passwords of members is impossible as they are not available in plain text.
You could setup vB to also sent the unencrypted passwords, but sending unencrypted passwords over the internet, is a huge security vulnerability. Once the unencrypted passwords are sent to the server, you could catch the variable and store it in a new database column. to enable sending unencrypted passwords, add the following line to your config.php: PHP Code:
|
#9
|
|||
|
|||
I dont quite understand, I just have to add that code and I will be able to view it on the server?
Soory for being an idiot |
#10
|
||||
|
||||
Quote:
In simple terms - by default, when a user registers in vb an encrypted version of their password is sent to the server and stored in the database. You can enable vb to send the unencrypted version instead (which will happen for NEW registrations only). There is no way to ever view the passwords of existing users as they will already be encrypted. To repeat earlier people - doing this is an incredibly stupid idea as its a major security risk. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|