The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Auto Sign In after Install? - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: Auto Sign In after Install? (/showthread.php?tid=131) |
Auto Sign In after Install? - ccagle8 - 2009-09-08 I was testing out the CushyCMS service, and noticed that as soon as the user successfully signs up, he/she was automatically signed in. This wouldn't be hard to do... i think it may be a better option that displaying the username and password on the install page and asking the user to sign in themselves. What do you think? Auto Sign In after Install? - Brian - 2009-09-08 Easiest is the best, so if you can automaticly log the admin, it could be nice! Auto Sign In after Install? - Philipp Speck - 2010-02-08 I had some problems during installation, because my ISP has PHP4 per default. So I've to enable PHP5 by .htaccess. During installation Getsimple overwites my .htaccess. Maybe it is better to show first the auto generated password before loggin' and creating .htaccess. Or to add these lines in .htaccess: Code: AddType x-mapp-php5 .php |