← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/net-pwd-security into lp:widelands

 

I guess the password in this case is the password for Online gaming: https://wl.widelands.org/ggz/changepw which can be accessed through https://wl.widelands.org/profile/edit/ (the last link)

The related model is in wlggz: https://bazaar.launchpad.net/~widelands-dev/widelands-website/trunk/view/head:/wlggz/models.py

Django provides some default hashers for passwords, see https://docs.djangoproject.com/en/1.8/topics/auth/passwords/

I have no idea about creating passwords..., but it think the online gaming password could also be encrypted using django: https://docs.djangoproject.com/en/1.8/topics/auth/passwords/#module-django.contrib.auth.hashers

Maybe there is also a possibility to automatically convert old, not encrypted, passwords to encrypted ones?
-- 
https://code.launchpad.net/~widelands-dev/widelands/net-pwd-security/+merge/340540
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/net-pwd-security.


References