The Authentication Library 1.0.6 |
[eluser]rdjs[/eluser]
Hi, I think this is a similar problem to the one I described here http://ellislab.com/forums/viewthread/12...10/#619386 It is trying to get to random.org to generate a unique string. Instead you could you try using Code: $token = sha1(mt_rand(10000,99999).time().$username); To generate the random string in place of the existing code. If this is a problem that more people are having I wonder if the author might consider making this change in the original code. Thanks, Russell.
[eluser]InsiteFX[/eluser]
Just remark out the random.org code thats all you need to do. If you look at the function you will see that there are 3 ways to do it. Enjoy InsiteFX
[eluser]Unknown[/eluser]
OK, I've installed the library but I'm having issues getting the register to work on other parts of my site. My register code is a jquery popup box that displays the following DIV. Honestly I'm not sure where i need to put $this->auth->register(); in order for it to work. <div id="popup_name" class="popup_block"> <?php $this->auth->register(); ?> </div> That is what i have now and the only thing that pops up when you select the link is text that says "the authentication library admin panel". Any input and Noob help would be appreciated. Thanks,
[eluser]misterMAGi[/eluser]
Hi i open a topic here: http://ellislab.com/forums/viewthread/155687/ I have problem with auth library and pagination class. Someone use pagination without problem? Thanks for your help
[eluser]bennyhill[/eluser]
Anthing special I have to do to get this to work with HMVC?
[eluser]Unknown[/eluser]
Hi! Where is class Application? Fatal error: Class 'Application' not found in ... :S
[eluser]InsiteFX[/eluser]
It's a MY_Contoller in application/libraries it needs to be moved to application/core you may also need to add this at the bottom of application/config/config.php Code: /* InsiteFX
[eluser]North2Alaska[/eluser]
I'm trying to understand the connection between the groups table and the auth_groups array in the config file. It seems I should need one or the other, but not both. Also, how can I assign a user to multiple groups? I'm using CI 2.1.0 and v2.0.0 of The Authentication Library
[eluser]InsiteFX[/eluser]
You would need to add a new table user_groups Code: -- ------------------------------------------------------------------------
[eluser]North2Alaska[/eluser]
Yes, of course. I should have thought of that. Doh! So, what is the relationship between the array in the config file and the table(s)? |
Welcome Guest, Not a member yet? Register Sign In |