Login and Registration

Permalink
I love the new format of the login and registration of 5.5+ but my theme keeps changing whats going on and I don't think it looks to good.

Is there a way to make it look more like the standard unthemed login? I spent quite some time trying to work out what's killing it but to no avail. Validation also seems to not be working.

Secondly where did the "about author" and first and last name come from on the registration page? I have a feeling they are part of the pro blog add-on but I want them gone. That is also driving me nuts.

http://www.irbracing.com.au/register...
http://www.irbracing.com.au/login...

 
dimerz replied on at Permalink Reply
Can anybody at least point me in the right direction.
hostco replied on at Permalink Reply
hostco
in config/site_theme_paths.php

Comment out the path to your theme by making the code look like this.

/*
$v = View::getInstance();
$v->setThemeByPath('/login', "dotawesomecool");
$v->setThemeByPath('/page_forbidden', "dotawesomecool");
$v->setThemeByPath('/register', "dotawesomecool");
*/
hostco replied on at Permalink Reply
hostco
Also if you do not want to use the Concrete5 default styling you can install another theme leave the code un-commented and swap the "dotawesomecool" name with the name of the theme you would like to you use for the login and registration pages.