added gen_password_hash and check_password functions to auth/__init__
authorRodney Ewing <ewing.rj@gmail.com>
Thu, 23 May 2013 20:28:03 +0000 (13:28 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 24 May 2013 23:52:50 +0000 (16:52 -0700)
commitb194f29fe3f295b2426fb0ef4809fee6e74c17e7
tree5df90a8769ce86161172e2e82021569219f40df1
parent57e8be21bcd832a36fbc8feac03dba941ef4d370
added gen_password_hash and check_password functions to auth/__init__
mediagoblin/auth/__init__.py
mediagoblin/plugins/basic_auth/__init__.py
mediagoblin/tests/test_edit.py