Posts: 1,848
Threads: 86
Joined: Aug 2009
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?
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 27
Threads: 4
Joined: Aug 2009
Easiest is the best, so if you can automaticly log the admin, it could be nice!
Posts: 10
Threads: 1
Joined: Feb 2010
2010-02-08, 00:26:55
(This post was last modified: 2010-02-08, 00:27:43 by cabesoul.)
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
AddHandler x-mapp-php5 .php
Simplify, optimize, minimalize but keep the core.