splitting login with passwd?
"Jan Johansson" <[email protected]>
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Message-ID | <[email protected]> |
Okay.. NEW question. Is it possible to use passwd to split a username? User is logged in as [email protected], that would set %u to "[email protected]". Problem is that i would need two vars. One to hold j2-mobil, and one to hold mupp.net in order to get my passwd backend working. Possible? My SQL (update) is below, and you can see where I need to use the vars. update pm_users inner join pm_domains on pm_domains.ID = pm_users.SiteID set pm_users.Password = md5('q1w2e3') where pm_users.name = 'j2-mobil' and pm_domains.Name = 'mupp.net'; -- Sork mailing list - Join the hunt: http://horde.org/bounties/#sork Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
smime.p7s
(application/x-pkcs7-signature, 2.9 KB) - not displayed