Commit Graph

40 Commits

Author SHA1 Message Date
46f1cdd236 New Registration form that blocks bad domains 2010-11-12 09:30:45 +00:00
c6015dfdad Fixes SSO forms, now doesnt error when missing a value on Service Add forms 2010-10-27 09:14:43 +01:00
94b8736622 Removed a few debug print statements that are no longer needed 2010-08-07 12:36:14 +01:00
3c0dca0fa3 API authentication (/api/login) now uses a seperate API password field. 2010-08-06 13:46:07 +01:00
3dea1a8d24 Add lookup by email address 2010-07-08 09:46:23 +01:00
dafd5440a1 Allow for assigned services outside of the corp/alliance structure 2010-06-01 22:06:49 +01:00
a0338bbf23 Don't show services marked as inactive 2010-05-18 11:28:42 +01:00
02734685f3 Fixed a issue with duplicate services appearing to people in corps and alliances with perms 2010-05-13 18:20:58 +01:00
1fc6b24ea5 Further validation done on EVE API key input 2010-04-10 22:44:54 +01:00
96de3cc5eb Password Reset now allows for providing passwords when GENERATE_SERVICE_PASSWORD is false 2010-04-03 21:19:39 +01:00
004fe1d6c8 Optional setting to disable the auto password generation for Service Accounts 2010-04-03 20:55:56 +01:00
fe54116057 Massive reworking on the user lookup form to support various other lookup types (Character/Reddit ID) 2010-03-23 12:59:16 +00:00
d7fcc98153 Changes the Services Add form for required input, also redirects user if they have no services to add. 2010-03-15 14:28:50 +00:00
6b289b750a Fixed typo causing stacktrace 2010-03-14 10:56:58 +00:00
2fa56de8c7 Various small fixes for Forced Username 2010-03-14 10:37:15 +00:00
72ba19678d Removed excess clean function 2010-03-14 10:21:54 +00:00
95909fcf27 Merge branch 'master' into forced-username
Conflicts:

	sso/forms.py
2010-03-14 10:20:58 +00:00
84f625a900 Fixes #26, cleanup form validation issues.
Due to the way the validation worked, all cleanup() functions are ran before
the errors are returned. If the username didn't exist the existing user
lookup failed.
2010-03-14 03:35:09 +00:00
d25d53273d Added validation to stop exploiting the multi-character hole 2010-03-12 13:12:17 +00:00
2d8856c742 Cleanup char/service selection, let the QuerySet do the work. 2010-03-12 12:19:21 +00:00
cb49170d33 Restricts service account usernames to charnames
* Forms now show a character selection box
  * Once created, user is sent to a template with a generated password
  * Will not display a service if a account already exists on it.
2010-03-12 12:16:07 +00:00
5d58897848 SeviceAccountForn will only present services that the user isn't registered for 2010-03-12 10:59:48 +00:00
e62180a1c4 Fixed field validation 2010-03-11 19:12:07 +00:00
4c5bba4676 Fixed issues with latest patches 2010-03-11 18:56:15 +00:00
a543d06a18 Move username validation down to Form clean instead of username field clean 2010-03-11 18:27:33 +00:00
4c2b7cfe0f Added further validation on UsernameField 2010-03-11 11:11:08 +00:00
4ccdaf5187 Added User Lookup feature 2010-03-10 00:55:39 +00:00
1b74e8f272 New webpage style. 2010-03-09 23:47:21 +00:00
522fbdc9f8 Fix various issues with the move to UIDs 2010-03-09 22:01:44 +00:00
0bfca3d31c Oops, use len(<v>) not .len() 2010-03-03 15:17:58 +00:00
f9b0c271b4 Further validation of Eve API keys 2010-03-03 15:15:19 +00:00
ae11b45133 Added more validation for Eve API input 2010-03-03 15:09:15 +00:00
e7ab428044 Added RedditAccount as a editable section to users, also added Admin side 2010-03-02 22:57:10 +00:00
9b25eebc4a Actually make the default values work 2010-03-01 14:18:03 +00:00
e830aa37e8 Added default values to form 2010-03-01 14:12:58 +00:00
6fe6939a74 Fixed form issues for service 2010-03-01 02:14:07 +01:00
b53e662200 Now authenicates access to services based on groups, not simple tags 2010-02-28 23:09:33 +00:00
0f2c57cd5a Now validates API key to see if its already been registered 2010-02-27 17:55:47 +00:00
ac2a253d9f Added a bit of form validation 2010-02-27 17:38:36 +00:00
c0a5f75504 Views now working, basic construction complete 2010-02-25 22:44:59 +00:00