Pages in Ember FW GC
One of the very unique parts about Ember FW GC is that it actually defines pages for you (complete with route/controller/template), which are implemented by default into any GC based app. They do very important functions within the app, and for consistency sake, they are defined by this package instead of in each app. Each of these pages serves a specific function, and while they cannot be configured (since they are not called by the app, but just placed in the app when ember-fw-gc
is imported), it is important to know about them. Most of these surround authenticating users through Group Control. Here are the pages defined by Ember FW GC:
- The Login Page is the page that allows users to login with their username and password to gain access to the FW Apps.
- The Forgot Page is the page which allows users who have forgotten their password to email a reset link to the email address they have on file.
- The Reset Page is the page which allows users who have sent themselves a forgot password email, to reset their password, using the access token, which was generated by the forgot password function.
- The Profile Page is the page which can be accessed in the dropdown in
FwGcNav
, and it allows you to change information about your GC User without access to Group Control:nameFirst
,namePref
,nameLast
, andemail
.