KTamas' Blog

Remember kids, if Internet Explorer is brave enough to ask to be your default browser, you're brave enough to ask that girl out.

Jelszóváltoztatás Mediawikiben

· 59 words · 1 min read

Napi találós kérdés: hogyan változtatjuk meg egy adott user jelszavát Mediawiki alatt ha adminok vagyunk? Természetesen így:

How do I change a user’s password?

Assuming that $wgPasswordSalt is set to true (the default), you can use the following SQL query:

UPDATE user SET user_password = MD5(CONCAT(user_id, '-',

MD5(‘somepass’))) WHERE user_name = ‘someuser’;

Ha jön a forradalom, mennek a falhoz.

wtf
comments powered by Disqus