Go to file
csteipp a24d6adfbf Encrypt password when stored in user session
During the two-step login, users with OATH enabled need to have their
login details saved into their session while we prompt them for their
OATH code. This encrypts that data, so we don't write their user's
password into our session storage.

Change-Id: I9969871205ac5c438706df41ef1519cb4cd7a964
2016-03-30 21:23:48 -07:00
i18n Move token login to separate page 2016-03-29 16:02:54 -07:00
lib Refactor extension key storage 2016-03-22 18:08:45 -07:00
maintenance Refactor extension key storage 2016-03-22 18:08:45 -07:00
modules Add grunt-contrib-jshint to npm 2016-03-24 16:47:31 +00:00
special Encrypt password when stored in user session 2016-03-30 21:23:48 -07:00
sql/mysql Refactor extension key storage 2016-03-22 18:08:45 -07:00
.gitignore Add grunt-contrib-jshint to npm 2016-03-24 16:47:31 +00:00
.gitreview Adding .gitreview back in 2012-05-09 10:27:10 -07:00
.jshintignore Add grunt-contrib-jshint to npm 2016-03-24 16:47:31 +00:00
.jshintrc Add grunt-contrib-jshint to npm 2016-03-24 16:47:31 +00:00
composer.json Add composer.json for running phplint test 2016-01-19 22:29:19 +00:00
COPYING Add COPYING 2014-01-22 21:34:11 +00:00
extension.json Encrypt password when stored in user session 2016-03-30 21:23:48 -07:00
Gruntfile.js Add grunt-contrib-jshint to npm 2016-03-24 16:47:31 +00:00
OATHAuth.alias.php Localisation updates from https://translatewiki.net. 2015-06-14 21:08:32 +02:00
OATHAuth.hooks.php Encrypt password when stored in user session 2016-03-30 21:23:48 -07:00
OATHAuth.php Add missing / to alias file 2016-01-19 22:07:57 +00:00
OATHAuthKey.php Allow for using separate database for OATH creds 2016-03-24 12:03:23 -07:00
OATHAuthUtils.php Encrypt password when stored in user session 2016-03-30 21:23:48 -07:00
OATHUser.php Refactored special pages into HTMLForm and proxy 2016-03-23 11:26:04 -07:00
OATHUserRepository.php Refactor extension key storage 2016-03-22 18:08:45 -07:00
package.json Add grunt-contrib-jshint to npm 2016-03-24 16:47:31 +00:00