Jaroslaw Fedevych (UALUG wrote:
On Tue, Mar 22, 2005 at 03:58:30PM +0000, Jim Higson wrote:
Actually, where is the token on the edit page? This sounds like a silly question, but I've just saved the HTML of an edit page and greped for 'token' without any hits!
According to the DOM inspector form#editform fields are:
"wpTextbox1" "wpSummary" "wpSave" "wpSection" "wpEdittime"
Is the edit time used as the token?
No, the field is called precisely "wpEditToken" and contains a MD5 sum. Good time to tell us which version of MediaWiki you are using, maybe there is a bug?..
Thanks for the help, I'm using 1.4beta6. There is definitely not any "wpEditToken" in the HTML. Maybe this is a known issue with beta6? When I get time I'll upgrade to 1.4rc1 and see if it persists.
-- Jim