Welcome Guest, Not a member yet? Register   Sign In
code extinguisher (codex) login system
#1

[eluser]ocergyNohtna[/eluser]
is there an easy way to disable the login system in codex and simply use only a htpasswd protection method? anyone??
#2

[eluser]amites[/eluser]
why not just skip loading it?

CI does not come pre-bundled with a user auth system
#3

[eluser]ocergyNohtna[/eluser]
i tried removing codexlogin from the autoload but i get an error:

Call to a member function setPreDefinedAccessLevels() on a non-object in /site/htdocs/cps/codex/application/hooks/loginhook.php on line 19

what else should i need to do so it's not loaded??
#4

[eluser]amites[/eluser]
hooks are loaded differently then autoload, hooks are defined in the config file itself (don't quote me on that one - check user guide)

if you are still have trouble after that search through all files in the applications directory for

Code:
loginhook

to find out where it's being initialized, and remove anything else that appears related to codex




Theme © iAndrew 2016 - Forum software by © MyBB