projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add optional notification for new users that are in the inactive state.
[arvados.git]
/
services
/
api
/
app
/
views
/
admin_notifier
/
after_create_user.text.erb
1
A user has logged in for the first time.
2
3
<%= @new_user.uuid %> -- <%= @new_user.full_name %>, <%= @new_user.email %>
4
5
View or activate the user:
6
7
<%= users_url %>