Commit graph

8 commits

Author SHA1 Message Date
Ryan Lane 072134edcb Merge "Expose OATH enablement via a hook" 2012-09-10 21:46:52 +00:00
Ryan Lane 795cef09ca Stop authentication chain if authentication fails
Change-Id: I6e37d7abd2c3542a85b0e75a4ef6d3285d632fa2
2012-09-05 18:09:10 -07:00
Ryan Lane a457215e72 Expose OATH enablement via a hook
Change-Id: I99236154d55b24c99bb9c26eae2f310457503508
2012-09-05 14:35:07 -07:00
Reedy 8992e6f541 Fix tabindex of token so it's not the same as password (which has 2)
Setting it to 3, has the effect of doing the LDAP first and then the token,
which fits the user model

Order of boxes is Username, password, domain, token

These then have a tab index of 1, 2, 3, 2

Tabbing down takes you in the order username, password, token, labs, which is... irritating, to say the least!

Change-Id: Idabb70c963d16f2cd223c5d94e0211ccaf6fdedd
2012-08-02 03:06:06 +01:00
Ryan Lane ae0a47c7df Don't call functions on a non-existent object
Change-Id: Id94f5fef1f0c1c40e75e3078d4b712837918fcad
2012-06-15 17:04:22 +02:00
Ryan Lane f78da3fe6c Extending the fields on Special:ChangePassword
Change-Id: I58f8765cec8bd55d8a98aff9ac9f736f5699c41e
2012-06-13 18:23:33 +02:00
Reedy 1eea41eb1c Couple of fixme comments
Tidy up parameter documentation

Change-Id: I1a615d44e9092cf080ef1aed9dba50c3b5416392
2012-05-11 19:05:43 +01:00
Ryan Lane ac7f7b5a78 Initial check-in of OATHAuth
OATHAuth is an HMAC HOTP two factor authentication plugin.

Change-Id: Icc75edda755f0a86402524a1a2aa8899351adcc4
2012-05-09 10:16:41 -07:00