Overhaul of the user authentication system
authorMarcel Werk <burntime@woltlab.com>
Fri, 12 Aug 2011 18:07:18 +0000 (20:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 12 Aug 2011 18:07:18 +0000 (20:07 +0200)
commit75afb100e53a118736cdec8a9c77d2dc947dd4b6
tree5c06ea87805b9f2bb31f89adcd057c5e1ffb5dec
parentd6def9b175d1a1a0bbd80ea686b9f4788e4388df
Overhaul of the user authentication system
wcfsetup/install/files/lib/acp/form/LoginForm.class.php
wcfsetup/install/files/lib/system/auth/UserAuth.class.php [deleted file]
wcfsetup/install/files/lib/system/auth/UserAuthDefault.class.php [deleted file]
wcfsetup/install/files/lib/system/auth/UserAuthEmail.class.php [deleted file]
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/user/authentication/AbstractUserAuthentication.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/authentication/DefaultUserAuthentication.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/authentication/EmailUserAuthentication.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/authentication/IUserAuthentication.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php [new file with mode: 0644]