1
Arowana
XOOPS User Email Var
  • 2005/12/2 20:18

  • Arowana

  • Friend of XOOPS

  • Posts: 323

  • Since: 2004/8/6 2


I am adding an auto login to a module for XOOPS and I think I got everything I need but one thing.

how do I get XOOPS user Variable

$email="EMAIL THEY WERE ISSUED FROM WEBSITE ADMIN";

Also the password

$password="XOOPS_password";

right now the module has a seperate login since most will use this module to go out to their external mail server. I am trying to give all my admins their own email on our services and tie them to XOOPS since the domain is the same for our mail server and our XOOPS site for our admins only.

Thanks in advance
Arowana

2
Mithrandir
Re: XOOPS User Email Var

$xoopsUser->getVar('email');

The password is md5 encrypted, so I don't know if you can use it directly in your module, but that would be
$xoopsUser->getVar('pass');
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software

Login

Who's Online

479 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 479


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