Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UCC
Discord Bot
Commits
4f56a078
Unverified
Commit
4f56a078
authored
Apr 19, 2020
by
tec
Browse files
Add a TODO
parent
04fed2ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/user_management.rs
View file @
4f56a078
...
...
@@ -14,6 +14,7 @@ use crate::ldap::ldap_exists;
use
crate
::
token_management
::
*
;
pub
fn
new_member
(
ctx
:
&
Context
,
mut
new_member
:
Member
)
{
// TODO see if it's an old (registered) user re-joining, and act accordingly
let
mut
message
=
MessageBuilder
::
new
();
message
.push
(
"Nice to see you here "
);
message
.mention
(
&
new_member
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment