Menu

#1387 How to default the home page

open
nobody
None
1
2017-12-11
2017-12-11
No

Hi,
Cirrently when I click logoff the application is staying at the same page which was there before logg off .
Is there any way to change this, I mean when user clicks log off , the application should redirected to login page.

1 Attachments

Discussion

  • Campbell Morrison

    Not easily. If you don't want unlogged in users to be able to see the application you could set in your config file

    $auth['deny_public_access'] = true;
    
     
  • Ramana Reddy

    Ramana Reddy - 2017-12-11

    Thank you .

    As suggested, I ll create the new css file . Can you please help me where I can find the file or form or code related to the attached image.

     
  • Campbell Morrison

    The code that generates the login form is in session/functions_session.inc.

     
MongoDB Logo MongoDB