thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

registration approval #342

Open imthenachoman opened 6 years ago

imthenachoman commented 6 years ago

I am looking through the code to see if I can figure out how to add this but I wanted to check here. Is there anyway to require approval from an admin before registration is granted? Or at least e-mail notify an admin when a new user account is created?

Also is it possible to require an e-mail address when registering?

thibaud-rohmer commented 6 years ago

Currently this is not implemented, no :)

On Fri, 28 Jul 2017 at 18:15 IMTheNachoMan notifications@github.com wrote:

I am looking through the code to see if I can figure out how to add this but I wanted to check here. Is there anyway to require approval from an admin before registration is granted? Or at least e-mail notify an admin when a new user account is created?

Also is it possible to require an e-mail address when registering?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thibaud-rohmer/PhotoShow/issues/342, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgnQ-W8OGoDJwkqd4c4sSVWXIXpwpWrks5sSgkugaJpZM4OmzYf .

imthenachoman commented 6 years ago

Thanks! Will see if I can figure out how to do that. I should just be able to send an e-mail in the registration page.