753 Posts in 310 Topics by 289 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 3326 Views |
-
login widget

2 January 2009 at 4:43pm
Hi Folks
I'm new to SilverStripe and I am working on my first project.
I'm using 2.2.3.
How to I get the login widget to appear on the main page of my project? Or is there an alternative way to request login info from the user. I'm not using the blog module (yet).
TIA
Steve -
Re: login widget

7 January 2009 at 4:55pm
If you have your main page as a different page type, i.e. MainPage.ss, etc. then in MainPage.ss you can put $LoginForm just under the $Content
This will show a basic login form. -
Re: login widget

14 January 2009 at 9:16pm
Hi!
I need use login form in Page.ss. After login I need enter in an other page 'Reserved page' (the type is Page.ss again).
After login how can redirect user to this page?thanks! -
Re: login widget

18 January 2009 at 11:32pm Last edited: 18 January 2009 11:33pm
Hi,
if I use the widget in 2.2.3 RC2 on the blog page the login ddidn't work
I got
.../emmaus/Security/?executeForm=LoginForm ( The requested page couldn't be found. )If I am loged in I see my login
Any Idea ?
Tanks
-
Re: login widget

4 March 2009 at 8:23pm
file LoginWidget.ss
replace string number 7
<form action="emmaus/Security/?executeForm=LoginForm" method="post" enctype="application/x-www-form-urlencoded">
to string
<form action="Security/LoginForm" method="post" enctype="application/x-www-form-urlencoded">
| 3326 Views | ||
|
Page:
1
|
Go to Top |



