News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

How do I find registered users by email address?

Started by veronicamae, October 31, 2009, 11:41:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

veronicamae

Is there a way to find a user by their email address rather than username?

And if not, is there a way to have the registered email address be one of the options in the name/group/reg date/files/space used/space quota columns?


Joachim Müller

Quote from: veronicamae on October 31, 2009, 11:41:58 PMIs there a way to find a user by their email address rather than username?
Using Coppermine's user interface: no. I suggest using phpMyAdmin instead if you have a large number of users. Alternatively, you might consider adding the needed code to coppermine or paying someone to do this for you.
Quote from: veronicamae on October 31, 2009, 11:41:58 PMAnd if not, is there a way to have the registered email address be one of the options in the name/group/reg date/files/space used/space quota columns?
Same answer as before: possible if you code it, but not a feature out of the box.

veronicamae

I was able to find it in phpMyAdmin per your suggestion.  Thank you!