mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
fixup: lint sigh
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
d1a03b9c1f
commit
f69ed341b0
1 changed files with 3 additions and 3 deletions
|
|
@ -83,9 +83,9 @@ class PublicKeyTokenProvider implements IProvider {
|
|||
|
||||
// Generate a (preliminary) new token
|
||||
$dbToken = $this->newToken($token, $uid, $loginName, $password, $name, $type, $remember);
|
||||
/**
|
||||
* TODO (perf): If we pass $password as null above (instead of the actual p/w) I think we can avoid having newToken() encrypt and
|
||||
* hash a password we may yet overwrite... and we can then explicitly call dbToken->setPassword() and dbToken->setPasswordHash()
|
||||
/**
|
||||
* TODO (perf): If we pass $password as null above (instead of the actual p/w) I think we can avoid having newToken() encrypt and
|
||||
* hash a password we may yet overwrite... and we can then explicitly call dbToken->setPassword() and dbToken->setPasswordHash()
|
||||
* below when/if deemed appropriate (as we already do for the latter).
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue