Customize login page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Customize login page

brfunk
Hi, I am a beginner to ofbiz. I have a demo set up working for sometime now and I have been slowly learning. Thanks for such an awesome product. I want to know where would I look if I want to customize the login page to the back end. I am attaching the screen shot for reference. Any help would be greatly appreciated.
Reply | Threaded
Open this post in threaded view
|

Re: Customize login page

BJ Freeman
The Security and login have been refactored.
you might want to look at the archive of the dev list
https://cwiki.apache.org/OFBADMIN/mailing-lists.html

the other option, considering you have eclipse, is to do a search for
login in the xml files.
you will get links to the actual widgets and ftls related to login

=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man


brfunk sent the following on 1/2/2011 10:35 PM:
>
> Hi, I am a beginner to ofbiz. I have a demo set up working for sometime now
> and I have been slowly learning. Thanks for such an awesome product. I want
> to know where would I look if I want to customize the login page to the back
> end. I am attaching the screen shot for reference. Any help would be greatly
> appreciated.
> http://ofbiz.135035.n4.nabble.com/file/n3171612/Screenshot-3.png

Reply | Threaded
Open this post in threaded view
|

Re: Customize login page

c.schinzer
Hi,


I guess the easiest would be to change the stylesheet of the Tomahawk theme
if you want to apply simple layout changes.

I am typically just copying a theme-folder entirely (with a new name them)
before changing things.
You can change the default theme within your user profile then to the new
one.

Regards


Carsten
Reply | Threaded
Open this post in threaded view
|

Re: Customize login page

S K Pradeep kumar
Hi,

You can change the login by changing the theme name in the fallowing row >>
field value in user_preference table.

"_NA_"    "VISUAL_THEME"    "GLOBAL_PREFERENCES"    "FLAT_GREY"    \N
"2010-07-07 11:22:52"    "2010-07-07 11:22:52"    "2010-07-07 11:22:52"
"2010-07-07 11:22:52"

With regards,
S K Pradeep kumar,
9980609494


On Thu, Jan 6, 2011 at 4:01 AM, Carsten Schinzer
<[hidden email]>wrote:

> Hi,
>
>
> I guess the easiest would be to change the stylesheet of the Tomahawk theme
> if you want to apply simple layout changes.
>
> I am typically just copying a theme-folder entirely (with a new name them)
> before changing things.
> You can change the default theme within your user profile then to the new
> one.
>
> Regards
>
>
> Carsten
>
Reply | Threaded
Open this post in threaded view
|

Re: Customize login page

brfunk
Hey,

Thank you everyone for the response. Really helped me out. I am back to customization. :)
Reply | Threaded
Open this post in threaded view
|

Re: Customize login page

brfunk
In reply to this post by c.schinzer
Thank you for this tip.