customise login on apAuthLocalUser

Asked by bumann

Hi!
I want to customise the login page on apAuthLocalUser plugin.
But i cant find the login html or php file to do this.
Please someone help me ...

Question information

Language:
English Edit question
Status:
Solved
For:
AuthPuppy Edit question
Assignee:
No assignee Edit question
Solved by:
gbastien
Solved:
Last query:
Last reply:
Revision history for this message
gbastien (gbastien02) said :
#1

Hi,

I you just want to customize the form itself, the file to modify would be plugins/apAuthLocalUserPlugin/modules/apAuthLocalUserLogin/templates/_apAuthLocalUserSigninForm.php. Or if you don't want to overwrite this one, you can copy/paste it to apps/frontent/modules/apAuthLocalUserLogin/templates/_apAuthLocalUserSigninForm.php and modify it there.

To modify generally the login page itself, it would be apps/frontent/modules/node/templates/loginSuccess.php

To add a stylesheet to the page, you can just add the following to one of the mentioned templates files
use_stylesheet('your.css');

Revision history for this message
bumann (bumann) said :
#2

Hi,
thank you for the infos. I costumise the loginpage. But i have problem to find the "Local network user authentication" text,
i want to change the Language from the text.

Revision history for this message
Best gbastien (gbastien02) said :
#3

That text is in the apAuthLocalUserPlugin plugin configuration page, under "Manage plugins".

Revision history for this message
bumann (bumann) said :
#4

Thanks gbastien, that solved my question.