[RFC] hook_convert_password

Request hook events and what data needs to be sent for the new hook system.
Post Reply
BondGamer
Registered User
Posts: 113
Joined: Mon Dec 15, 2003 8:20 pm
Contact:

[RFC] hook_convert_password

Post by BondGamer »

* Name: hook_convert_password
* Rationale: It would allow converters to update hashed passwords for imported users from other forum software instead of forcing a user to reset
* Placement: In auth_db.php inside the if ($row['user_pass_convert']) area
* Input arguments: Don't know
* Output format: Don't know
* Output semantics:

I was working on importing some MediaWiki users to our forum. I thought this hook might be useful for forum conversions in general. It might require some standardization for forum converters.

Post Reply