2017-12-13 09:30:31 -06:00
< page-header model = "navModel" > < / page-header >
2015-07-19 05:34:03 -05:00
2017-12-13 09:30:31 -06:00
< div class = "page-container page-body" >
< h3 class = "page-sub-heading" > Hello {{greeting}}.< / h3 >
2015-07-19 05:34:03 -05:00
2017-12-13 09:30:31 -06:00
< div class = "modal-tagline p-b-2" >
2019-08-23 02:20:56 -05:00
< em > {{invitedBy}}< / em > has invited you to join Grafana and the organization < span class = "highlight-word" > {{contextSrv.user.orgName}}< / span > < / br > Please complete the following and choose a password to accept your invitation and continue:
2017-12-13 09:30:31 -06:00
< / div >
2015-07-19 05:34:03 -05:00
2017-12-13 09:30:31 -06:00
< form name = "inviteForm" class = "login-form gf-form-group" >
< div class = "gf-form" >
< span class = "gf-form-label width-7" > Email< / span >
< input type = "email" name = "email" class = "gf-form-input max-width-21" required ng-model = 'formModel.email' placeholder = "Email" >
< / div >
< div class = "gf-form" >
< span class = "gf-form-label width-7" > Name< / span >
< input type = "text" name = "name" class = "gf-form-input max-width-21" ng-model = 'formModel.name' placeholder = "Name (optional)" >
< / div >
< div class = "gf-form" >
< span class = "gf-form-label width-7" > Username< / span >
< input type = "text" name = "username" class = "gf-form-input max-width-21" required ng-model = 'formModel.username' placeholder = "Username" >
< / div >
< div class = "gf-form" >
< span class = "gf-form-label width-7" > Password< / span >
< input type = "password" name = "password" class = "gf-form-input max-width-21" required ng-model = "formModel.password" id = "inputPassword" placeholder = "password" >
2015-07-19 05:34:03 -05:00
< / div >
2017-12-13 09:30:31 -06:00
< div class = "gf-form-button-row" >
2019-02-05 05:05:02 -06:00
< button type = "submit" class = "btn btn-primary" ng-click = "submit();" ng-disable = "!inviteForm.$valid" >
2017-12-13 09:30:31 -06:00
Sign Up
< / button >
2015-07-19 05:34:03 -05:00
< / div >
2017-12-13 09:30:31 -06:00
< / form >
< / div >
2015-07-19 05:34:03 -05:00
2020-01-09 04:25:52 -06:00
< footer / >