Re: [Wikitech-l] Attempting to use ExtAuthDB with mysqlencryptedpasswords

2009-08-27 Thread Platonides
Darren Kemp wrote: > Basically I just did a query to see if the user exists with the > encrypted password. > > $res = $db->query("SELECT password FROM users where > username='$username' and password=password('$password') "); > $row = $db->fetchObject( $res ); > $newPass = $

Re: [Wikitech-l] Page edit notifications stop working after changingwgPasswordSender

2009-08-27 Thread Happy-melon
> Since we have changed > > $wgPasswordSender = "genw...@genealogy.net"; > $wgPasswordSender = "GenWiki Nachrichten "; That's not a valid e-mail address. $wgPasswordSender takes a string that must be a valid e-mail address representing the account to send mail from, not some random string t

[Wikitech-l] Page edit notifications stop working after changing wgPasswordSender

2009-08-27 Thread Uwe Baumbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, in our wiki (http://wiki-de.genealogy.net) we have enabled user-to-user mail and notifications of page edits. Since we have changed $wgPasswordSender = "genw...@genealogy.net"; $wgPasswordSender = "GenWiki Nachrichten "; Mediawiki sto

Re: [Wikitech-l] Wikipedia iPhone app official page?

2009-08-27 Thread Strainu
On Thu, Aug 27, 2009 at 9:06 PM, David Gerard wrote: > Is there an official page for the iPhone app, other than the iTunes > store link? Some sort of "about" page, a link to the source, etc.? > > > - d. > > ___ > Wikitech-l mailing list > Wikitech-l@lists

[Wikitech-l] Wikipedia iPhone app official page?

2009-08-27 Thread David Gerard
Is there an official page for the iPhone app, other than the iTunes store link? Some sort of "about" page, a link to the source, etc.? - d. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech

Re: [Wikitech-l] Attempting to use ExtAuthDB with mysqlencryptedpasswords

2009-08-27 Thread Darren Kemp
Basically I just did a query to see if the user exists with the encrypted password. $res = $db->query("SELECT password FROM users where username='$username' and password=password('$password') "); $row = $db->fetchObject( $res ); $newPass = $row->{'password'}; if we get som

Re: [Wikitech-l] Attempting to use ExtAuthDB with mysqlencryptedpasswords

2009-08-27 Thread Platonides
Happy-melon wrote: > "Darren Kemp" wrote in message > news:1d83a8940908261052h7feedb1fi5d841db6f99a3...@mail.gmail.com... >> I have solved this issue. Thanks to those who read and offered advice. > > Using the method Michael Daly suggested? I know for a fact that I'm going > to have to do this

Re: [Wikitech-l] Attempting to use ExtAuthDB with mysqlencryptedpasswords

2009-08-27 Thread Happy-melon
"Darren Kemp" wrote in message news:1d83a8940908261052h7feedb1fi5d841db6f99a3...@mail.gmail.com... > I have solved this issue. Thanks to those who read and offered advice. Using the method Michael Daly suggested? I know for a fact that I'm going to have to do this on a new project of mine in t

Re: [Wikitech-l] A potential land mine

2009-08-27 Thread Happy-melon
"Brion Vibber" wrote in message news:4a92ddbb.50...@wikimedia.org...> > Some folks also have no command-line shell access to their server, in > which case they can't run any of the maintenance scripts -- so have no > place to set an environment variable there either. I have this problem on sever