Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 13e294d3
authored
Apr 17, 2010
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes
1 parent
dc2b68f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/LanBortalBeans/ejbModule/fi/insomnia/bortal/beans/UserBean.java
code/LanBortalBeans/ejbModule/fi/insomnia/bortal/beans/UserBean.java
View file @
13e294d
...
@@ -35,9 +35,9 @@ public class UserBean implements UserBeanLocal {
...
@@ -35,9 +35,9 @@ public class UserBean implements UserBeanLocal {
}
}
@Override
@Override
public
User
createNewUser
(
String
nick
,
String
password
)
{
public
User
createNewUser
(
String
login
,
String
password
)
{
User
returnUser
=
new
User
();
User
returnUser
=
new
User
();
returnUser
.
set
Nick
(
nick
);
returnUser
.
set
Login
(
login
);
// TODO: Hash function....
// TODO: Hash function....
returnUser
.
setPassword
(
password
);
returnUser
.
setPassword
(
password
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment