Can we disable the guided tour on first login? If yes, how do we do it?

Imported Question by bishwas · May 15, 2017 at 07:27 AM

Not from the UI, but you can mark users as having already logged in before (thus bypassing first ever run things like the tour) by setting "known": true in their medic db user document (i.e. the org.couchdb.user:username document in the medic db not the _users db).

1 Like