aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_user.inc.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* bug 3223 fixed: make sure we have found a user before validating the connectionplegall2015-05-151-1/+1
* bug fixed: register_user can be called with no ['mail_address']plegall2014-09-231-1/+1
* bug 3050: increase security on reset password algorithm.plegall2014-07-281-24/+0
* feature 3105: display the link to Piwigo in connection settings notification ...plegall2014-07-251-0/+2
* since number of accepted args not required for add_event_handler, simplify callsrvelices2014-06-181-6/+6
* feature 3010 : replace trigger_action/event by trigger_notify/changemistic1002014-06-021-8/+8
* more query2array and remove unnecessary tests in often called url functionsrvelices2014-02-161-12/+8
* remove PHP < 5.2 codemistic1002014-02-041-17/+6
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
* feature 1668: escape login and password in registration emailmistic1002013-12-181-3/+3
* remove is_adviser() and get_email_address_as_display_text()mistic1002013-11-261-30/+0
* feature 2999: documentation of functions_user.inc.php (move two functions to ...mistic1002013-11-261-287/+227
* Small bug on password hash verification with strpos functionpatdenice2013-11-211-1/+1
* feature 2995: New email templatemistic1002013-11-061-7/+7
* feature 2995: New email templatemistic1002013-11-061-7/+7
* feature 1668, user manager redesign: ability to add a new user (call to pwg.u...plegall2013-10-301-33/+59
* bug 2988: register_user() must returns new user id mistic1002013-10-241-24/+29
* replace some mass_updates/inserts by single_update/insertmistic1002013-10-191-6/+4
* bug 2097: wrong number of sub-albumsrvelices2013-05-261-78/+47
* merge r21236 from branch 2.5 to trunkplegall2013-04-041-1/+6
* feature 2557 recent photos/albums should never be emptyrvelices2013-03-231-9/+22
* db changes for feature 2836 display # of comments/tags in menubar and feature...rvelices2013-03-231-5/+12
* feature 65: fetch_assoc behaves different with mysql and mysqli. When no rowplegall2013-02-041-4/+12
* feature:2823 Add triggers for login system mistic1002013-01-201-0/+16
* update Piwigo headers to 2013 (the end of the world didn't occur as expected...plegall2013-01-011-1/+1
* make sure get_sql_condition_FandF() doesn't generate corrupted SQL codemistic1002012-12-081-1/+1
* feature 2727: improved backward compatibility with ['pass_convert']plegall2012-11-021-3/+10
* feature 2727: improve password security with the use of PasswordHash class.plegall2012-11-021-2/+72
* - remove unsed code; shorten existing code and improve readability ...rvelices2012-10-121-25/+19
* feature 2754: Add "Email" field for user comments + mandatory "Author" mistic1002012-09-231-9/+5
* - multisize thumb longest side can be smaller than the square sizervelices2012-02-181-23/+0
* - remove square/thumb from choices on picture rvelices2012-02-091-47/+24
* update Piwigo headers to 2012, last change before the expected (or not) apoca...mistic1002012-01-171-1/+1
* merge r12747 from branch 2.3 to trunkplegall2011-12-161-2/+8
* removed unused css rules rvelices2011-11-291-4/+1
* postpone warning on is_adviser to Piwigo 2.4 to avoid breaking compatibility ...plegall2011-10-041-2/+4
* feature 2027 implemented: the "lost password" feature was rewritten.plegall2011-08-241-0/+48
* - simplify calculation of auto login key (no need to concatenate 2 hashes)rvelices2011-07-251-5/+2
* - removed admin never used function cat_admin_accessrvelices2011-07-151-0/+1
* merge r11736 from branch 2.2 to trunkplegall2011-07-131-0/+3
* merge r11355 from branch 2.2 to trunkplegall2011-06-141-20/+18
* feature:1835flop252011-05-121-0/+32
* bug:2224 one parameter for change thumnails number (needs some translations)mistic1002011-04-091-3/+0
* bug:2234patdenice2011-03-291-0/+4
* bug 1684 fixed: the fix for bug:1683 was an "automatic repair" but it addsplegall2011-02-031-41/+0
* - fix icon display on index page (calendar by post date)rvelices2011-01-221-5/+0
* Happy new year 2011plegall2011-01-181-2/+2
* lang remove 'Mail address' - use existing 'Email address'rvelices2011-01-121-1/+1
* feature 2060: Remove adviser mode.patdenice2010-12-141-13/+4
* Bug 1760 fixed : Avoid session fixationnikrou2010-07-051-1/+1