Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Good and clean auth PHP script for login/signup/get new pass by email?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Good and clean auth PHP script for login/signup/get new pass by email?

scyscy Member

Hi

I'm looking for a good php script for auth, including login, new registration and new password request by email. Does anyone would recommend something?

I'd prefer something clean ideally commented code, object oriented would be great, secure (sanitized queries, etc is a must).

I will do one and share it publicly if I don't find what I'm looking for, but I'd rather not reinvent the wheel if there is that already floating somewhere...

Any hints?

Thanks!

Comments

  • agoldenbergagoldenberg Member, Host Rep

    I would suggest you look at a PHP framework such as Laravel that already has all this baked in. laravel.com/

    Thanked by 1scy
  • doghouchdoghouch Member
    edited September 2015

    You could try UserCake, but I prefer UserFrosting :)

    Thanked by 2scy geekalot
  • scyscy Member
    edited September 2015

    Thanks!

    I'll probably end up using php-login as it seems to be exactly what I was looking for.

    UserFrosting seems quite impressive, will sure test it!

    I never used (yet) a framework. I feel like it would make my code dependent upon it - but I'll try some day.

    Thanks to everyone!

    edit: UserFrosting is really nice and has great doc! php-login is updated on it's "huge" branch only and seems quite nice too.

Sign In or Register to comment.