Commit Graph

84 Commits

Author SHA1 Message Date
85e31dfa2c Fixed mediawiki password reset 2010-03-18 23:42:49 +00:00
b49f8edb9a Actual delete command for mediawiki, now moves all user revisions to a special "DeletedUser" username 2010-03-18 21:12:12 +00:00
bb4ae21556 Toggled successful check, always reporting fail 2010-03-18 18:20:01 +00:00
42588e1909 Actually added working password reset functions. Fixed views as required. 2010-03-18 18:16:18 +00:00
606ddd3cd7 Removes static resource ID for xmpp client interface 2010-03-18 17:47:29 +00:00
81e81ffe4a Adds a character viewer 2010-03-17 00:07:35 +00:00
0068099e2a Added message notifications 2010-03-16 23:13:11 +00:00
17dac0ed83 Add a bit more random data into password generation 2010-03-16 22:01:41 +00:00
ae85edb261 Changed profile template location, added none available template 2010-03-15 14:56:52 +00:00
c1ffbb45a9 Reorganised Serivce Account templates 2010-03-15 14:54:11 +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
c17e4bae8f Added commit to enable user, causing locking issues 2010-03-14 23:12:31 +00:00
ac62f9feb7 Added basic password reset function 2010-03-14 23:00:35 +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
36e05f2d44 Fixed views to provide full header on all views 2010-03-14 03:57:25 +00:00
3a31d3b3c1 Fixes BaseService to return a uid value 2010-03-14 03:39:31 +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
b6c402f4fa Fixes the cron jobs and account validation, enables account deletion 2010-03-14 02:27:16 +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
2c93e2abdf Change username -> service_uid 2010-03-10 01:07:44 +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
204ab3003e Added Mumble service API 2010-03-09 21:44:26 +00:00
9806c2c3cb Services now use UID by default. 2010-03-07 01:53:09 +00:00
0e345ce65b Servie Adduser now returns a Service UID for each addition 2010-03-07 01:35:57 +00:00
matalok
850e63e6ff Fixed case munging on Wiki plugin 2010-03-05 20:42:50 +01:00
1285453ba0 Added delete/disable/enable/check 2010-03-05 14:30:05 +00:00
9a21f1c8a2 Basic user view for administrators, links from the admin interface 2010-03-05 15:17:48 +01:00
e23c905292 Mediawiki module added 2010-03-05 15:16:36 +01:00
ea2f9f6df3 Added text field descriptions to SSO model 2010-03-05 02:07:27 +01:00
d81f6a5d1c Added ability to list APIs 2010-03-05 01:04:13 +01:00
7fe039764b Added ability to switch off Service API 2010-03-05 00:50:36 +01:00
732a56d531 Various bugfixes for the Jabber XMPP method 2010-03-04 22:59:20 +01:00
081d7f35d3 Now uses xmpp to add/remove users from the Jabber service 2010-03-04 21:42:27 +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
5144863ddf Removed password field from ServiceAccount 2010-03-03 11:13:04 +00:00
fc2ec442f5 Fixed update_access(), now doesn't kill access to non-corp groups 2010-03-03 10:39:54 +00:00