I would like to add a button to the user preferences form.
This appears to work for any users that have write access to the User model, but for users without this access the button is readonly.
So I have a couple of questions:
Firstly, is it a bad idea to try and add a button to the user preferences form?
Secondly, is there a way of making the button usable for users without write access to the User model?
Thanks!