Matt Wright
b03f355fae
Merge pull request #88 from andreev-artem/develop
...
Password should be encoded as 'utf-8' before creating hmac to support passwords with non-latin symbols
2013-02-03 12:12:04 -08:00
Artem Andreev
8085e0031e
Password should be encoded as 'utf-8' before creating hmac to support passwords with non-latin symbols
2013-02-03 22:14:32 +04:00
Matt Wright
adb2680289
Add change password endpoint
2013-02-01 18:21:43 -05:00
Matt Wright
f1f621d178
Merge pull request #78 from eskil/change_password_form
...
Change password form
2013-02-01 15:16:45 -08:00
Matt Wright
996e162d11
Merge pull request #70 from eskil/formsdocs
...
Clarify user model/register form interaction in docs.
2013-02-01 14:59:40 -08:00
Matt Wright
840f72a589
Merge pull request #82 from maebert/flask-peewee
...
Flask-Peewee support
2013-02-01 14:44:52 -08:00
Matt Wright
eca83f83ac
Test configured login form messages better
2013-02-01 17:37:03 -05:00
Matt Wright
0f070b494a
Merge branch 'feature/login_form_messages' into develop
2013-02-01 17:33:22 -05:00
Matt Wright
0ea1e0c03d
Update CHANGES
2013-02-01 17:33:15 -05:00
Matt Wright
c49d9b57ed
Make login form messages configurable
2013-02-01 17:32:54 -05:00
Matt Wright
8d7e0f5190
Merge branch 'feature/csrf_testing' into develop
2013-02-01 17:25:36 -05:00
Matt Wright
012781103a
Update CHANGES
2013-02-01 17:25:30 -05:00
Matt Wright
34b3bf9e80
Fix CSRF functionality for LoginForm
...
The login form was not respecting csrf validation. I've adjusted the tests as well to always send a CSRF token along. This now requires all requests to pass a csrf token. If performing plain AJAX requests the token will have to be extracted from the form in some way. Fixes #86
2013-02-01 17:23:18 -05:00
Manuel Ebert
51e06bdbb0
Fixes typo in find_or_create_role
2013-01-29 15:46:59 -08:00
Manuel Ebert
462fb1ae7e
Convenience method for finding or creating a role
...
`datastore. find_or_create_role("admin")` will now always return a role
with the name admin; useful for initialisation,
2013-01-28 18:58:11 -08:00
Manuel Ebert
aea5b91649
Method stub parameters and docs for find_role didn't match implementations.
2013-01-28 18:57:19 -08:00
Manuel Ebert
e3e96d546a
Another small fix for the peewee docs
2013-01-25 16:59:48 -08:00
Manuel Ebert
46c2355a7e
FIxes peewee description on quickstart
2013-01-25 16:58:21 -08:00
Manuel Ebert
423e430e04
Docs for flask-peewee
2013-01-25 16:54:18 -08:00
Manuel Ebert
70b11d9015
Unit-tests for flask-peewee
2013-01-25 16:53:01 -08:00
Manuel Ebert
5687f2f5a9
Adds support for flask-peewee
2013-01-25 16:52:50 -08:00
Matt Wright
b82a8d681d
Merge pull request #79 from maebert/develop
...
Fixes dependencies
2013-01-25 08:08:05 -08:00
Manuel Ebert
29af22bd6e
Updated requirements.txt to reflect setup.py
...
Also fixes a typo (`passlib=1.5.3` is not a valid line)
2013-01-24 16:24:50 -08:00
Manuel Ebert
68f8127286
Updates dependencies to Flask>=0.9
...
after_this_request was introduced in 0.9-dev
2013-01-24 16:23:48 -08:00
Eskil Heyn Olsen
647e1a06d5
Add test to ensure it is disabled
2013-01-17 20:35:23 -08:00
Matt Wright
84759b5dbd
Merge pull request #73 from apahomov/multiple-auth-mechanisms
...
Multiple auth mechanisms
2013-01-16 19:37:55 -08:00
apahomov
39f62374aa
Added tests
2013-01-15 10:30:48 +04:00
Matt Wright
4de2cbcf9f
Merge pull request #72 from eskil/please_login_msg
...
Fix passing category to login required message
2013-01-14 07:17:05 -08:00
apahomov
3f9ca423bd
Calling auth methods
2013-01-14 16:11:09 +04:00
apahomov
bbed019ca5
Add auth_required decorator that allows multiple auth mechanisms
2013-01-14 15:45:18 +04:00
Eskil Heyn Olsen
3081d76787
Fix passing category to login required message
2013-01-13 23:25:16 -08:00
apahomov
1a0ddff82b
Get auth token from JSON request.
2013-01-14 10:54:48 +04:00
Matt Wright
e9b40a12c8
Fix for Python 2.6
2013-01-14 00:26:46 -05:00
Eskil Heyn Olsen
3adb4afd60
Minor wording fix
2013-01-12 23:58:47 -08:00
Eskil Heyn Olsen
c7af67f3a3
Fix signals test, following redirect is a trap
2013-01-12 23:53:31 -08:00
Eskil Heyn Olsen
cca9298e74
Fix and test redir to configurable view post change
2013-01-12 19:56:50 -08:00
Eskil Heyn Olsen
4f9e23e0bc
Fix email forms to have externally available links
2013-01-12 19:34:53 -08:00
Eskil Heyn Olsen
ded62a556b
Add a password-changed signal
2013-01-12 19:03:02 -08:00
Eskil Heyn Olsen
508f4d1b52
Fix change password form
2013-01-12 15:57:52 -08:00
Eskil Heyn Olsen
050ccb847a
Forgot to add form
2013-01-12 14:55:30 -08:00
Eskil Heyn Olsen
b67e61d625
Change password form
2013-01-12 14:40:42 -08:00
Eskil Heyn Olsen
9a47ec1ed9
Working on change password form
2013-01-11 22:35:54 -08:00
Eskil Heyn Olsen
c5c27768f2
First pieces of change password form
2013-01-11 19:07:07 -08:00
Eskil Heyn Olsen
4dd944a8c1
Another fix to docs
2013-01-11 18:38:05 -08:00
Eskil Heyn Olsen
e22aff51a4
Clarify user model/register form interaction in docs.
2013-01-10 07:57:44 -08:00
Matt Wright
6adc26a897
Get rid of strftime in favor of total_seconds. Fixes #67
2013-01-09 14:02:42 -05:00
Matt Wright
9726726e5a
Merge pull request #68 from eskil/fix_tests
...
remove import that was left by accident
2013-01-09 07:35:07 -08:00
Eskil Heyn Olsen
6202abb75c
remove import that was left by accident
2013-01-08 18:41:16 -08:00
Matt Wright
3c65923d33
Merge pull request #66 from eskil/registerform
...
Update documentation reg. configurable forms
2013-01-08 08:16:30 -08:00
Eskil Heyn Olsen
daed6e1064
Update documentation reg. configurable forms
2013-01-08 07:45:13 -08:00