API:Szerkesztés – Felhasználói beállítások
Appearance
This page is part of the MediaWiki Action API documentation. |
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. Ez egy régi tervezet. Nem lett a action=setuserpreferences bevezetve. Ehelyett lásd: action=options . |
SetUserPreferences
A SetUserPreferences lehetővé teszi a szerkesztői profilok szerkesztését a megváltoztatandó profilparaméterek, például név, e-mail-cím, új jelszó bevitelével. Mint a többi funkció esetén, az érzékeny paramétereket POST formával kell bevinni.
Mintakérés és -válasz:
Kérés: api.php ? action=setuserpreferences
Post parameters: pruserid = 23 Obtained when the user has logged in. prusertoken = ber0cd5aa1bda4a5ve7lez230570b00na1a Obtained when the user has been logged [ proldpassword = 123abc ] Old password the user used to have [ prnewpassword = 123abc ] New password desired by the user [ prretypepassword = 123abc ] Retyping the new desired password is required [ prname = "John" ] User Name. It is not a mandatory field [ premail = john.smith@yahoo.com ] User email address [ prnickname = "Johnny" ] User signature [ ccmeonemail = yes/no ] To send me copies of emails sent to other users [ premailflag = yes/no ] Enable email from other users
Válasz: api: userpreferences: result: Success Other values: UserIsAnon, WrongPassword, BadRetype, WrongEmailAddress
.