Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vetle.Hjelmtvedt
inf226-2021-inchat
Commits
ea57e8c3
Commit
ea57e8c3
authored
Nov 12, 2021
by
vehjelmtvedt
Browse files
password is no longer logged on registration
parent
7c3f8a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/inf226/inchat/Handler.java
View file @
ea57e8c3
...
...
@@ -96,8 +96,7 @@ public class Handler extends AbstractHandler
(
request
.
getParameter
(
"username"
))).
get
();
String
password
=
(
new
Maybe
<
String
>
(
request
.
getParameter
(
"password"
))).
get
();
System
.
err
.
println
(
"Registering user: \""
+
username
+
"\" with password \""
+
password
+
"\""
);
System
.
err
.
println
(
"Registering user: \""
+
username
);
try
{
Password
pw
=
new
Password
(
password
);
...
...
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