Home
Phorge
Search
Configure Global Search
Log In
Transactions
T15402
Change Details
Change Details
Old
New
Diff
I visited the page `/auth/message/` and I discovered that I'm probably not able to reset a custom message after customizing it. I tried deleting all the content, but that did not restore the initial situation. I'm talking about this page: {F292936}
I visited the page `/auth/message/` and I discovered that I'm probably not able to reset a custom message after customizing it. I tried deleting all the content, but that did not restore the initial situation. I'm talking about this page: {F292936} Workaround: ```lang=mysql USE phabricator_auth; DELETE FROM auth_message WHERE messageText = ''; ```
I visited the page `/auth/message/` and I discovered that I'm probably not able to reset a custom message after customizing it. I tried deleting all the content, but that did not restore the initial situation. I'm talking about this page: {F292936}
Workaround: ```lang=mysql USE phabricator_auth; DELETE FROM auth_message WHERE messageText = ''; ```
Continue