1
wildo
Why "Succes" on incorrect login?
  • 2005/8/16 22:37

  • wildo

  • Just popping in

  • Posts: 33

  • Since: 2004/3/1 1


On a incorrect login the following message appears.
I want to get rid of the word "Succes", but I can't find it in the language files. Is it hardcoded somewhere? How can I remove it?

Incorrect Login!
Success
Sorry
no corresponding user info was found.

If 
the page does not automatically reloadplease click here
...

2
Dave_L
Re: Why "Succes" on incorrect login?
  • 2005/8/16 23:01

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Are you using XOOPS 2.2.x?

That message is apparently generated in include/checklogin.php:

redirect_header(XOOPS_URL '/user.php'5_US_INCORRECTLOGIN[color=ff0000]. $xoopsAuth->getHtmlErrors()[/color]);


The method $xoopsAuth->getHtmlErrors() is in class/auth/auth.php.

I don't know what that's for, but you could temporarily change it to:

redirect_header(XOOPS_URL '/user.php'5_US_INCORRECTLOGIN);

Login

Who's Online

460 user(s) are online (55 user(s) are browsing Support Forums)


Members: 0


Guests: 460


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits