Page MenuHomeMiraheze

Delete global preferences for signatures
Closed, ResolvedPublic

Description

image.png (618×1 px, 118 KB)

Back in the time it was possible to set a global preferences for signature, and now we can't.

However I still have global-preferences for signature. I'd rather like to get rid of that, if at all possible.

Event Timeline

Unknown Object (User) triaged this task as High priority.Nov 1 2021, 17:21
Unknown Object (User) lowered the priority of this task from High to Normal.Nov 1 2021, 17:42

Whoops

Unknown Object (User) added a comment.Nov 6 2021, 22:45

So we would just delete from mhglobal.global_preferences where gp_property='nickname' (signature text field) and gp_property='fancysig' (following checkbox) I guess?

Unknown Object (User) added a comment.Nov 7 2021, 18:52

Running the following on mhglobal should work:

DELETE FROM global_preferences WHERE gp_property IN ( 'nickname', 'fancysig' );
Unknown Object (User) closed this task as Resolved.Nov 7 2021, 23:34
Unknown Object (User) claimed this task.
Unknown Object (User) moved this task from Unsorted to Short Term on the Universal Omega board.Nov 7 2021, 23:34