Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
sso
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
於志远
2016-09-27 14:31:18 +0800
Commit
877dea4e360c3f493123d8c180c508776cf7f1c5
1 parent
fca0db9a
sso no cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
facade/Auth.class.php
facade/Auth.class.php
View file @
877dea4
...
...
@@ -602,7 +602,7 @@ class Facade_Auth
}
//获取用户口令信息
$auth
=
self
::
service
()
->
getAuthByTypeAndAid
(
$auth_type
,
$account
);
$auth
=
self
::
service
()
->
getAuthByTypeAndAid
Nocache
(
$auth_type
,
$account
);
//检测口令是否存在
if
(
!
$auth
)
{
...
...
Please
register
or
login
to post a comment