Clourdon 9 Password Reset - seems to cause an error
-
I tried this for a user, and this is the result when clicking "Dashboard" after submitting a new password:

{{ 'main.offline' | tr }} {{ 'main.rebootDialog.title' | tr }} {{ 'main.rebootDialog.warning' | tr }} {{ 'main.rebootDialog.description' | tr }} {{ 'main.dialog.cancel' | tr }} {{ 'main.rebootDialog.rebootAction' | tr }} Toggle navigation {{ config.cloudronName || 'Cloudron' }} {{ subscription.plan.id === 'free' ? ('settings.appstoreAccount.subscriptionSetupAction' | tr) : ('settings.appstoreAccount.subscriptionReactivateAction' | tr) }} Subscription Expired {{ 'apps.title' | tr }} {{ 'appstore.title' | tr }} {{ 'main.navbar.users' | tr }} {{ notificationCount === 100 ? '100+' : notificationCount }} {{user.username}} {{ 'profile.title' | tr }} {{ 'backups.title' | tr }} {{ 'branding.title' | tr }} {{ 'domains.title' | tr }} {{ 'emails.title' | tr }} {{ 'eventlog.title' | tr }} {{ 'network.title' | tr }} {{ 'services.title' | tr }} {{ 'settings.title' | tr }} {{ 'users.title' | tr }} {{ 'volumes.title' | tr }} {{ 'support.title' | tr }} {{ 'system.title' | tr }} {{ 'main.logout' | tr }}We're on a Pro plan, so not sure where it's getting "free" from, either.
-
This very much looks like a browser caching issue. The templates you are seeing are from the old pre v9 dashboard. Can you try to hard refresh that page?
@nebulon thanks, should have thought of that - yes, hard refresh makes it go away. prob needs some file versioning to force the new to load.
-
J joseph has marked this topic as solved