-
Notifications
You must be signed in to change notification settings - Fork 7.6k
FreakAuth
Well guys, after long... here we go!
CURRENT RELEASED VERSION: FreakAuth_light_1.1 - 2007-07-17
I released FreakAuth_light for all of you to enjoy (hopefully) and testing.
I also included a kinda installation-checkin in the release, so that you can make sure everything is set ok for FreakAuth_light to work, and work safely!
This release will be suitable for not extremely complex applications, where you will need to distinguish among:
- superadmin (full control of the API)
- admin (you can let him do what you want)
- registered users
- guests
**FRONTEND **
- login/logout
- user registration
- forgotten password
- change password
- simple ACL with custom roles/permissions
ADMINISTRATION BACKEND
- list/detail/add/edit/del admins
- list(paginated)/detail/add/edit/del users
- an example on how to implement the backend with other controllers (i.e. blog posts ect.)
- a kinda advanced CRUD that let's you have custome user profile fields + validation rules in backend
EXTRAS
=> the applications uses nice dynamic flash messages!!
Let’s say that FreakAuth_light is much better in terms of performance than Auth that just for a login runs 9 queries! And, more important, more secure!
Test it and post your feedbacks on the official forum!
Q. How do i configure (tweak) freakauth? A. For configuring the system have a look at the file system/application/config/freakauth_light.php (is pretty commented)
Q. How do i customize my views? A. For understanding how to customise your views, open the files in system/application/views/FreakAuth_light/template look at their content and try to understand it.
Q. After installing my home page redirects to freakauth, how do I change this? A. In config/routes.php you can change the default controller
- Allowing users to access their profiles
- Putting login in every sidebar menu
- Putting login in every sidebar menu solution#2
- Changing appearance (customizing views)
- PHP4 Issues (FreakAuth_light_1.0.2_Beta -> sorted in higher versions)
- Display a menu to only certain user groups
- Making your own login page
- Possible captcha exploit and how to fix
- Session expires as soon as I load a new page
- Fatal error: Call to a member function on a non-object in C:\ci-test\system\application\libraries\Freakauth_light.php on line 1196 (FreakAuth_light_1.0.2_Beta -> sorted in higher versions)
- How would I let levels 3 and 4 to access the admin console upon login?
- Redirect when to the URL that the user was originally trying to reach when the login page came up.
- Creating profiles that can be viewed by users using FreakAuth
- Is there a way to change login to use email instead of username?
FreakAuth-Vanilla integration -an auth lib and a forum engine-
Category:Libraries::Authorization Category:Libraries::Authentication