]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 438435: Need code hooks for authentication
authormkanat%bugzilla.org <>
Thu, 7 Aug 2008 04:38:22 +0000 (04:38 +0000)
committermkanat%bugzilla.org <>
Thu, 7 Aug 2008 04:38:22 +0000 (04:38 +0000)
commit70540fb131c58cf4fb012854759eef2d73528a30
tree82b80ac0bebf506a2852a71606f52bda32f195d0
parentbea9199267de2fe96c3214f17b4119ae87dd6a26
Bug 438435: Need code hooks for authentication
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
12 files changed:
Bugzilla/Auth/Login/Stack.pm
Bugzilla/Auth/Verify/Stack.pm
Bugzilla/Config.pm
Bugzilla/Config/Common.pm
Bugzilla/Hook.pm
editparams.cgi
extensions/example/code/auth-login_methods.pl [new file with mode: 0644]
extensions/example/code/auth-verify_methods.pl [new file with mode: 0644]
extensions/example/code/config-add_panels.pl [new file with mode: 0644]
extensions/example/code/config-modify_panels.pl [new file with mode: 0644]
extensions/example/lib/AuthLogin.pm [new file with mode: 0644]
extensions/example/lib/AuthVerify.pm [new file with mode: 0644]