codeigniter-bitauth icon indicating copy to clipboard operation
codeigniter-bitauth copied to clipboard

Added functionalities

Open subdesign opened this issue 12 years ago • 6 comments

I added the following functions:

  • optional email activation
  • user registration with reCaptcha
  • forgot password
  • alert message email to admin if user is locked out (optional)

subdesign avatar May 08 '12 16:05 subdesign

I dig this. Need to find time in the next few days to look it over, and I'll merge it in.

danmontgomery avatar May 13 '12 18:05 danmontgomery

All right, feel free to modify or prettify the code if needed.

subdesign avatar May 14 '12 05:05 subdesign

I'm trying to test this but getting the "To use reCAPTCHA you must get an API key from https://www.google.com/recaptcha/admin/create" message. I do have a key entered, but I'm testing this on localhost and google states any key should work on localhost.

CroNiX avatar May 26 '12 02:05 CroNiX

I don't clearly understand the problem with reCaptcha, can you explain in a bit more detail?

subdesign avatar May 27 '12 11:05 subdesign

Call to undefined method Bitauth::get_user_by_email() Called by Bitauth::generate_forgot_code()

CroNiX avatar May 29 '12 01:05 CroNiX

@subdesign I was just testing the base install with your mod, set the recaptcha keys in the config (even though I'm testing on localhost/127.0.0.1 and google says any key will work on localhost), and got the error that I reported above. I've disabled it as I don't need it for what I'm doing, but it didn't work for my tests.

CroNiX avatar May 29 '12 01:05 CroNiX