-
Notifications
You must be signed in to change notification settings - Fork 28
/
TODO.txt
40 lines (33 loc) · 1.01 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Username/Displayname
* display_name added to Auth_ID
* With multiple accounts referencing single ID, how do we know what
the display name should be?
Multiple Accounts
* Associate account mechanism
** Add another association
** Takeover/merge existing association (which auth_id wins?)
** allow duplicate login types? i.e. assign two twitter accounts, two
local login accounts?
** change password - we need to know whether we have any local auth
accounts. Which one gets changed? Selector box to choose?
Email Issues
* Activation Email
* Require email
* Email Verification
* Email Authentication
* FormEncode optional validation of email
* Unique Email address requirement
UX Issues
* add more detail to exceptions
SQL Issues
* unique index on auth_user_group on user_id,group_id
Flash messages
* bootstrap uses -info rather than -notice
Tests
* view test
* functional view test with webtest
this is needed to test permissions
* travis ci
Code cleanup
* get rid of globals like settings and request
* pep8 (autopep8)