mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 15:17:57 +01:00
quick test
This commit is contained in:
parent
59937fa4bd
commit
b419527c83
@ -50,9 +50,9 @@ impl SessionCallback for Callback {
|
||||
let password = context.get_ref::<Password>()
|
||||
.ok_or(ValidationError::MissingRequiredProperty)?;
|
||||
|
||||
if authzid.is_some() {
|
||||
return Ok(())
|
||||
}
|
||||
// if authzid.is_some() {
|
||||
// return Ok(())
|
||||
// }
|
||||
|
||||
if let Some(user) = self.users.get_user(authcid) {
|
||||
match user.check_password(password) {
|
||||
|
Loading…
Reference in New Issue
Block a user