##// END OF EJS Templates
auth: accept sha256 passwords on all platforms - not only on Windows...
auth: accept sha256 passwords on all platforms - not only on Windows Give less surprises when changing platform. Still, bcrypt is only supported and used on Posix. bcrypt "hashes" will have length 60 and start with '$' and will thus immediately skip the sha256 check. The change should be safe: Users can't influence what kind of hashed key will be in the database and can thus not influence the auth method. (We really should use bcrypt on Windows too ... or change to something more state of the art.)
Mads Kiilerich -
r8011:4e0442f9 stable
Show More
Name Size Modified Last Commit Author
/ kallithea / lib
auth_modules
celerylib
celerypylons
indexers
middleware
paster_commands
rcmail
vcs
__init__.py Loading ...
annotate.py Loading ...
app_globals.py Loading ...
auth.py Loading ...
base.py Loading ...
caching_query.py Loading ...
colored_formatter.py Loading ...
compat.py Loading ...
db_manage.py Loading ...
diffs.py Loading ...
exceptions.py Loading ...
ext_json.py Loading ...
graphmod.py Loading ...
helpers.py Loading ...
hooks.py Loading ...
inifile.py Loading ...
locale.py Loading ...
markup_renderer.py Loading ...
page.py Loading ...
pidlock.py Loading ...
pygmentsutils.py Loading ...
recaptcha.py Loading ...
ssh.py Loading ...
timerproxy.py Loading ...
utils.py Loading ...
utils2.py Loading ...
verlib.py Loading ...