x00
MVPx00 MVP
Reactions
-
Re: Vanilla password checking for PunBB
This could be doable with an update query, first back up! You could change the HashMethod to django then use a zero length salt. UPDATE GDN_User SET Password = CONCAT('sha1$$',Password), HashMethod =… (View Post)1 -
Re: Vanilla password checking for PunBB
they probably double hash like that for backward compatibility, which is lucky for you. generally it is not recommended to double hash, but they did it the recommended way. (View Post)2 -
Re: We Won People's Choice Award for Best Forum Software!
Na Mexican use a longer i or e, kiwi the i is short and hard and a ssss sound after. So the first syllable is sort and and hard then the ssss trails off. South African are similar but it more of an '… (View Post)1 -
Re: RTL CSS Tweaks [p1]
Nice tut however there is no reason to edit the core. Your changes will last as long your next update. Don't edit core files full stop, it can get you in a world of trouble ans also you are technical… (View Post)2 -
Re: [TUTORIAL] How to customize your emails
just a slight change in conf/ create a file called locale-email.php <?php if (!defined('APPLICATION')) exit();$Definition['EmailConfirmEmail'] = 'your email code'; this makes it update friendly. (View Post)1
