Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6036986f
authored
Jan 27, 2015
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
email also to tikcet thustasdfasdf
1 parent
25e294c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
code/moya-web/src/main/java/fi/codecrew/moya/web/cdiview/shop/InviteAcceptView.java
code/moya-web/src/main/java/fi/codecrew/moya/web/cdiview/shop/InviteAcceptView.java
View file @
6036986
...
@@ -109,6 +109,15 @@ public class InviteAcceptView extends GenericCDIView {
...
@@ -109,6 +109,15 @@ public class InviteAcceptView extends GenericCDIView {
public
String
loginWithExisting
()
{
public
String
loginWithExisting
()
{
// email-login also to this view, basicly authView does this, but this acceptInvite... does not
String
userlogin
=
userbean
.
findUsernameByEmailUsername
(
username
.
trim
());
if
(
userlogin
!=
null
)
{
username
=
userlogin
;
}
EventUser
eu
=
userbean
.
acceptInviteForExistingUser
(
username
,
password
,
token
);
EventUser
eu
=
userbean
.
acceptInviteForExistingUser
(
username
,
password
,
token
);
if
(
eu
!=
null
)
{
if
(
eu
!=
null
)
{
...
...
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