Feature #13936
closed[Workbench] Modal after first log in (Steps for registration)
100%
Description
See note-18
Old description:
As a user I would like to see information while waiting for my account being activated
so that I will know what to do next to get access to the application.
Acceptance criteria:
- A user which is not active will be presented with this inactive page
- A admin can configure the text displayed on this page (including links and/or images) using markup (no editor required)
- modal with steps for registration:
1. Complete the Arvados User Training. (link)
2. After the completion, please send an email with your training certificate to
glomgn_arvadosadmin@msxdl.roche.com to request the activation of your account.
3. After the activation, you can login into Arvados with your Roche email and password.
- button "Refresh" to give possibility to start one more time
- link to training course and to admin email (glomgn_arvadosadmin@msxdl.roche.com)
Mockup: https://3czrf1.axshare.com/#c=2
Files
Updated by Chrystian Klingenberg over 6 years ago
- Status changed from New to In Progress
Updated by Chrystian Klingenberg over 6 years ago
- File after first log in.PNG added
- Status changed from In Progress to New
Updated by Chrystian Klingenberg about 6 years ago
- Target version set to sprint 13 (lucky number)
Updated by Paweł Kromplewski about 6 years ago
- Status changed from New to In Progress
- Assigned To set to Paweł Kromplewski
Updated by Chrystian Klingenberg about 6 years ago
- File deleted (
after first log in.PNG)
Updated by Chrystian Klingenberg about 6 years ago
- File first log in.PNG first log in.PNG added
Updated by Daniel Kos about 6 years ago
- Target version changed from sprint 13 (lucky number) to sprint 14
Updated by Chrystian Klingenberg almost 6 years ago
- Target version changed from sprint 14 to Backlog Q1, Q2
Updated by Chrystian Klingenberg over 5 years ago
- Target version changed from Backlog Q1, Q2 to Workbench2 Q3, Q4
Updated by Tom Morris over 5 years ago
This is one example of a set of things that the admin will likely want to modify (welcome screen, inactive user screen, etc)
Updated by Lucas Di Pentima over 5 years ago
- React-template seems to be one solution: http://wix.github.io/react-templates/
- rt-include macro: https://github.com/wix/react-templates#rt-include
- Pending: check if template compilation can be done at run time. I’ve found a reference that this could be done (https://stackoverflow.com/a/40113747) but it’s not clear to me while reading the documentation
- Another solution (not recommended for security reasons) is the use of https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml
Updated by Tom Morris over 5 years ago
We'll provide a config setting for Workbench 2 which provides the base URL for a tree of HTML snippets which can be used for purposes like this.
Updated by Tom Morris over 5 years ago
- Related to Story #15424: Make the welcome/login page configurable added
Updated by Ward Vandewege about 5 years ago
- Priority changed from Normal to High
Updated by Tom Morris about 5 years ago
- Target version changed from Workbench2 Q3, Q4 to 2019-11-06 Sprint
Updated by Peter Amstutz about 5 years ago
- Assigned To set to Peter Amstutz
- Story points changed from 3.0 to 1.0
Updated by Peter Amstutz about 5 years ago
13936-inactive-user-text @ 4afb565c2c72fdde73cefba6f6c968d97f0b1aa8
New configuration item InactivePageHTML, embedded in inactive user panel.
Also now uses Workbench.SiteName for upper left banner.
Updated by Eric Biagiotti about 5 years ago
Peter Amstutz wrote:
13936-inactive-user-text @ 4afb565c2c72fdde73cefba6f6c968d97f0b1aa8
New configuration item InactivePageHTML, embedded in inactive user panel.
Also now uses Workbench.SiteName for upper left banner.
Also reviewed the arvados repo @ commit:e51103a789f4b246b2dcdac2b2fa215c707500b7
This LGTM. Thanks!
Updated by Peter Amstutz about 5 years ago
- Status changed from In Progress to Resolved