Cannot change existing account settings

Open
#987 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
mariadb, mysql
Domain
databases

Research direction

Start with application.yaml and the standalone MariaDB configuration described in the issue, then reproduce the difference between creating a new account and changing an existing account. Done means an existing account can have its password or admin status changed with this database setup; no test file or other entry point is named.

Written by the indexing model from the issue text.

Description

I have a fresh install of Streama (instructions in wiki "Full streama setup on a clean Ubuntu18 with mysql, system.d & letsencrypt" worked nearly perfect 👍) but I cannot change the admin password.

The one difference is that I have a standalone MariaDB database. Config info for database is in application.yaml (h2 is all commented out):

environments: production: dataSource: driverClassName: 'com.mysql.jdbc.Driver' url: jdbc:mysql://10.1.4.11:3306/streama_v2 username: streama_v2 password: 12345 server: port: 8080
and within the database I ran GRANT ALL PRIVILEGES ON streama_v2.* TO 'streama_v2'@'%'; so I don't think that should be an issue. Any insights are appreciated!

Update: I experimented more, I am able to create new accounts without a problem but I cannot change an existing account (eg: make user admin or change password).

Dominant language
JavaScript
Stars
9.8k
Forks
978
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from streamaserver/streama

All issues in streamaserver/streama

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.