Hide Forgot
Created attachment 1149871 [details] start page Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Under My setting the start page shows "Cloud Intel/Dashboard" 2. However on logging in , Infrastructure - Provider page is shown 3. Actual results: Expected results: Additional info: 5.6.0.4-beta2.3.20160421172650_719e256
Change the start page to some other value . Still Infra - Provider page is shown
Actually this is a feature implemented here: https://github.com/ManageIQ/manageiq/blob/master/app/services/user_validation_service.rb#L74 Basically if the database is new and empty, the default page will be forced to the providers screen. Should I remove this or change it to the dashboard?