Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Wallos

2 Topics 16 Posts
  • Wallos - Package Updates

    Pinned
    11
    0 Votes
    11 Posts
    342 Views
    Package UpdatesP
    [1.1.2] Update Wallos to 2.45.2 Full Changelog bug setting main currency for the first registered user (c43b08a) deprecation message (c43b08a) subscription progress above 100% for disabled subscriptions (c43b08a) typo on czech translation (c43b08a) use first currency on the list of currencies if user has not selected a main currency (c43b08a) use gd if imagick is not available (c43b08a)
  • How to change the default "admin" username to be something else?

    Solved
    5
    0 Votes
    5 Posts
    93 Views
    humptydumptyH
    @girish Worked like a charm. Thanks Girish! To make it easier for other noobs like myself, do the following: Run these commands using the app's terminal in your Cloudron dashboard (one line at a time). cd /app/data/db sqlite3 wallos.db UPDATE user SET username='your_new_username' WHERE username='admin'; CTRL+D Notes: Replace your_new_username above with your chosen username. Restart the app. Now, log in using the new username and your old admin password. P.S. Use Ctrl + Shift + V for pasting in the terminal.