summaryrefslogtreecommitdiff
path: root/register.php
AgeCommit message (Expand)AuthorFilesLines
2026-06-05Add CSS flag dropdown select with lipis flag-iconsLester Caine1-2/+0
2026-06-05Fix countries_inc.php scope: require not require_once at page levelLester Caine1-1/+1
2026-06-05Replace GIF flag scan with static ISO alpha-3 country list and SVG flagsLester Caine1-13/+4
2026-05-18Tidy register structure post stripping the groups biased codeLester Caine1-17/+78
2026-05-15Remove unused group model codeLester Caine1-6/+0
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-6/+4
2026-04-19Namesspace tidies for general authentication functionslsces1-0/+1
2025-08-29General tools updated to PHP8.4 and namespacelsces1-21/+24
2021-02-05fix INCLUDE and CLASS pathsmodela bitweaver1-1/+1
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-03move notification_lib to includesmodela bitweaver1-1/+1
2021-02-02fix INCLUDE pathmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-2/+2
2021-02-01create standard USERS_PKG_CLASS_PATH in includes/classesmodela bitweaver1-1/+1
2020-08-12remove old recaptchalib.phpspiderr1-1/+0
2020-08-12update reCAPTCHA libraries and interfacespiderr1-1/+1
2017-10-19remove login.php and use only signin.php; add hyridauth providers to reigstra...spider@app11-1/+6
2017-08-04typo in registerHashspider@app11-1/+1
2017-07-03move _inc files to includes/spider@dev1-1/+1
2017-07-03change from lib/ to includes/ to better match templates/, icons/, etc...spider@dev1-2/+2
2017-07-03STRUCTURE change: new lib/ directory for all classes, libraries, and utility ...spider@dev1-2/+2
2017-06-30integrate HybridAuth signle sign on libraryspider@dev1-61/+3
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-7/+7
2015-12-08Merge with locallsces1-7/+2
2014-02-05change code to HTTP_UNAUTHORIZEDspiderr1-1/+1
2013-07-11add some page metaKeywordsspiderr1-0/+1
2013-07-03add signinspiderr1-3/+14
2013-05-16remove invokeServices on register.phpChristian Fowler1-3/+0
2013-02-10require recpatcha always since its functions are used as smarty modifierspiderr1-3/+1
2013-02-08fix recpatcha typospiderr1-1/+2
2013-02-08add reCAPTCHA support to registration pagespiderr1-0/+3
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-03-10Invoke edit services like other content at registration time so various servi...wjames51-2/+5
2010-02-16move pre registration verification requirements into method so can be utilize...wjames51-69/+51
2010-02-09remove sloppy user_cookie_site global from tiki days and use BitUser::getSite...Christian Fowler1-4/+4
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-3/+3
2009-10-01remove ref to non-existant copyright.txt filewjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2009-08-25add comment to make easier to followwjames51-6/+10
2009-08-21call gBitSystem->getConfig( 'user_class' ) to get proper user class from configChristian Fowler1-4/+7
2009-07-15Checks for setting of public/private user informationTyler Bello1-2/+7
2008-11-18login with email since login is not technically required in the form, as it c...Christian Fowler1-3/+4
2008-10-02fix user image upload, clean up code and rename 'fSubmit' stuff to use normal...Max Kremmel1-36/+30
2008-06-25change display call to use a hash for display options, add display_mode to op...Christian Fowler1-3/+3
2008-02-18Make users photo storage work properly again.Nick Palmer1-4/+4
2007-11-09add support for REQUEST var of returnto to allow override redirection URL aft...Christian Fowler1-3/+9
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ...Max Kremmel1-6/+7
2007-04-06add config option after_reg_url default url to laod after user registrationwjames51-3/+4
2007-04-06move call for service registration tpl inclusion so that they are included wh...wjames51-19/+22