default login page

12 Aug '14, 08:40 AM
47,973 Views
Forum Forum Starter - Level 1

Hi,

How can I setup my login page as default login page ?

I've done my web app using a custom login page, but when session is expired the request goes to default login page instead for my custom login page.

How can I setup webratio to use my page as default login page ?

Att,

Gilvan.

 
x 0
Follow
Answer Answer at this question and get points!
No Forum Badges

Thanks powerfull Verónica

 
x 0
No Forum Badges

Thanks Verónica..!!

 
x 0
Forum Starter - Level 1

Thanks Verónica, I'll follow your instructions.

 
x 0
Forum Hero - Level 9

Hi Gilvan,

 You have to create a customer template File -> New -> Special Style Page, select Login, click in Next, put a name for the template and select your style project click in Finish button and delete the code generated and put this code:

-----------------------------------------------------------------

#?delimiters [%, %], [%=, %]
[% def homePage = getHomePage(getHomeSiteView())
   if(homePage != null && homePage["customURLName"] != ""){
      homePage = getWebAppPath(homePage)
   } else {
      homePage = homePage["id"]
   }
%]
<script type="text/javascript">
window.location="[%=homePage%].do";
</script>

-------------------------------------------------------------

or this code:

--------------------------------------------------------------

#?delimiters [%, %], [%=, %]
[% def homePage = isProtectedAncestorOrSelf(page) ? getById(page.selectSingleNode("ancestor::SiteView")?.attributeValue("homePage")) : getHomePage(getHomeSiteView())
    homePage = (homePage != null) ? (homePage["id"] + ".do") : "#"
%]


<%response.sendRedirect(response.encodeRedirectURL("[%= homePage%]"));%>

 

------------------------------------------------------------------------

 

 
x 3
Answer at this question and get points!

Related questions

2 grids inside one/same cell result in non-selectable 2nd grid Access page variable in a page template add html Agregar boton de cambio de contraseƱa en el login Ajax is not working in own style project Ajax web app with javascript history object using the WebRatio Alimentar graficas con base de datos Alternate way to get current User Oid in layout template groovy script? Any way to localize the Tab Grid Template (Webratio Store)? Applicare un template ad un Web Project Ayuda Simple List Component Layout personalizado Bootstrap Style Button to go on another page Cambiare dimensioni bottoni - Change button size Can I inject html into custom unit template?! Change color template bootstrap style Change Style Changing the login page does not work ckeditor - change directory for the browser Colore Attributi index unit Dinamico - Index unit dynamic attribute color Como abrir una ventana en ajax desde una master page Como embeber un video subido desde archivo ? Como mostrar una imagen de portada arriba del menu? Como mostrar una imagen en una lista o en la componente detalles? Como utilizar el login para redireccionar a diferentes site views? Confirm Dialog Customize layout mobile platform Custom Tooltip Position Deafult Module Default error pages Display contents of a URL Dynamic link labelling for Custom Unit entry form logic. Error in Excel Unit - Font size Export to a HTML/CSS/JS project Facebook login and personalization Field as link soruce File CSS non considerato in generazione Form element Form template Get date pattern Get home page from template Google map is not shown properly in the tab grid Guardar Saltos de LINEA HelloWorld Unit sample code Help for login unit Help with Login Unit Hiding landmarks (or flows) when the user is logged in How can i create pagemenu or landmarkmenu with multiple levels. How can I modified the htmls files to perform my style How to add an image in a modal/pop-up window? How to Delete a WebRatio Account? How to fix Network error(status 0) How to get all the modules I've created How to include a template into other template? How to localize AJAX waiting dialog? How to localize the multi message unit in the notification layout How to modify template? How to modify the FertileEnviroment Default page How to redirect to the correct site view after a successful login attempt How to remove default Linked Resources? How to use LandmarkMenu as AJAX navigation how to use the landmark menu as AJAX navigation Image in pdf without knowing the size Inserimento dati in tabella intermedia su relazione N:N integrate framework to webratio mobile Integrazione javascript Javascript and html javascript history object Localize "Welcome..." and "Process details" Login Error logo webratio meaning of each tag in the XML code (Show XML/Show Layout XML) modify field html Modify html generated by wr:NavigationBar modifying a Log-In unit No access to protected site view with Login Pages Problem After Project Generation pass template variable Personalizzazione del login component Problem Login Form only if user not logged Problem print Problems with the page refresh (Tab Grid) Problem with adding templates query unit who to hide fields that are used in a link Recursive Hierarchical Index Unit Style Tree Redirecting user to his proper site view upon login Redirect to the default module Remove default BPM css import for all templates Responsive Bootstrap Grid Responsive Layout Manager Set context parameter Show login, logout and sign on Simple Static Page Site view scope Standard confirm dialog replacement Style hierarchical unit help!! Supoort for Mobile and Desktop display Target tabs in Tab Grid Control Tooltip on a field Too much layout parameters = no scroll in parameters config window Unable to connect to Internet unable to login to web ratio community edition Uppercase Use image as interaction flow User Login Timestamp usuarios y grupos Vista de diferentes Site Views Web project without initial login form - how to create custom logins? Webratio Add-ons no permite login wr-ajaxDivs break layout on ajax pages.