Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-user
Commits
233a73c3
Commit
233a73c3
authored
2 years ago
by
Mahesh Maney R
Browse files
Options
Download
Patches
Plain Diff
uncommenting verifyotp code commented by Saroj <ManeyMR>.
parent
206b06d3
master
delete-user
delete-user-fix
increase_timeout
institute-district
sessionTimeout
1 merge request
!4
uncommenting verifyotp code commented by Saroj <ManeyMR>.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/retail/service/impl/UserServiceImpl.java
+0
-4
...java/com/tarento/retail/service/impl/UserServiceImpl.java
with
0 additions
and
4 deletions
+0
-4
src/main/java/com/tarento/retail/service/impl/UserServiceImpl.java
+
0
−
4
View file @
233a73c3
...
...
@@ -564,9 +564,6 @@ public class UserServiceImpl implements UserDetailsService, UserService {
@Override
public
Boolean
validateUserOTP
(
String
username
,
String
otp
)
{
return
Boolean
.
TRUE
;
/*
try
{
LoginAuthentication
loginAuth
=
Cache
.
getUserAuthData
(
username
);
if
(
loginAuth
!=
null
&&
loginAuth
.
getOtpExpiryDate
()
>
DateUtil
.
getCurrentTimestamp
()
...
...
@@ -577,7 +574,6 @@ public class UserServiceImpl implements UserDetailsService, UserService {
LOGGER
.
error
(
String
.
format
(
Constants
.
EXCEPTION_METHOD
,
"validateUserOTP"
,
e
.
getMessage
()));
}
return
Boolean
.
FALSE
;
*/
}
@Override
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets