How to edit default motto and console motto
To edit the default motto you can execute the following SQL Command.
ALTER TABLE users
ALTER motto SET DEFAULT 'New value here';
To edit the default console motto you can execute the following SQL Command.
ALTER TABLE users
ALTER console_motto SET DEFAULT 'New value here';