Skip to content

Commit

Permalink
Fix post v4.x.x upgrade warning on admin UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 13, 2024
1 parent f8e6eaa commit 982e8d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
<div v-if="serverConfig.has_legacy_user" class="notification is-danger">
<b-icon icon="warning-empty" />
Remove the <code>admin_username</code> and <code>admin_password</code> fields from the TOML
configuration file. If you are using APIs, create and use new credentials.
Users are now managed via the
configuration file or environment variables. If you are using APIs, create and use new API credentials
before removing the them. Visit
<router-link :to="{ name: 'users' }">
Admin -> Settings -> Users
</router-link> dashboard. <a href="https://listmonk.app/docs/migrating-users" target="_blank"
</router-link> dashboard. <a href="https://listmonk.app/docs/upgrade/#upgrading-to-v4xx" target="_blank"
rel="noopener noreferer">Learn more.</a>
</div>
</div>
Expand Down

0 comments on commit 982e8d8

Please sign in to comment.