In earlier version of redash, login was through email and password (one for each department like product, tech etc). In Redash 7.0 (upgraded version) we have enabled login only via G-mail authentication at user level. As a result, users are not able to edit their previously created dashboards.

One solution is to manually provide edit rights (through admin) in each dashboard to specific user. Is there any other simpler method to achieve this?

Thanks,

I can think of two approaches:

  1. Use the API move the queries from owner to another
  2. Manually update the queries table in Postgres to change ownership

Either way, make sure that your new users have access to the same data sources as the old ones.