Welcome Guest, Not a member yet? Register   Sign In
Introducing pc_user - a user authentication library
#11

[eluser]trice22[/eluser]
Never mind—my own mistake:

I assumed that the "test_suite" would be ready to use, but you'd still have to make sure that all necessary helpers are loaded and the routing is set correctly.
Just in case someone else might encounter troubles, here's was I did:

suite.php:
Code:
// change e.g. the constructor like so
function Suite()
    {
        parent::Controller();
        $this->load->library('session');
        $this->load->library('pc_user');
        $this->load->database();
        $this->load->helper('url');
        $this->load->helper('form');
    }

// the stuff can be of course loaded where–ever

Add routing–rule in config/routes.php:
Code:
$route['suite/([a-z]+)/do'] = "suite/$1";

Thanks for a great library btw.,
—trice
#12

[eluser]PeeCee[/eluser]
Thank you very much for your response. I have made a couple of bug-fixes, and the suite should now be easier to use out-of-the-box. This have resulted in a new release, labelled 1.0.

The updated library can be found on the the site http://sorenvind.dk/development/pc_user
#13

[eluser]flosaurus[/eluser]
Thank you for this wonderful script !!!

You asked for suggestions... so here is mine
A password reminder feature would be more than appreciated :-)
#14

[eluser]Bob Sawyer[/eluser]
Is the documentation available anywhere other than your site? It keeps timing out on me.
#15

[eluser]PeeCee[/eluser]
I am having hosting issues. I hope to have them resolved during tomorrow.

Sorry for the late reply, by the way.
#16

[eluser]Kemik[/eluser]
Don't forget that there is a mirror for v1.0 (latest afaik) at CIBase.

Edit: Dammit, for the past month the files didn't have the .zip extensions. I've been away doing exams. Shame no one PMed me so I could have fixed it sooner Sad
#17

[eluser]PeeCee[/eluser]
Kemik: I completely forgot that Smile. But the site seems to be down anyway (right now, that is).

My hosting issues has been resolved and the site is now available again. Sorry about the downtime (and the lack of development the library has seen the past month).

- Søren
#18

[eluser]pbreit[/eluser]
The pc_user download seems to be missing?

http://sorenvind.dk/development/pc_user/
#19

[eluser]IamPrototype[/eluser]
[quote author="pbreit" date="1245055010"]The pc_user download seems to be missing?

http://sorenvind.dk/development/pc_user/[/quote]

http://www.sorenvind.dk/work/pc_user/pc_user-1.1.zip
#20

[eluser]IamPrototype[/eluser]
Can I ask why you've chosen not to use active record class and form validation class?




Theme © iAndrew 2016 - Forum software by © MyBB