X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FOwa.php;h=69abd8e871fb5a2aa4640029b17199647f4d264c;hb=706444bdb22b57f18c284044bdbdaeb7610990fe;hp=a3ff8d98380e94c1ef04b71a26ed5c5584bdbb30;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git diff --git a/src/Module/Owa.php b/src/Module/Owa.php index a3ff8d9838..69abd8e871 100644 --- a/src/Module/Owa.php +++ b/src/Module/Owa.php @@ -80,12 +80,12 @@ class Owa extends BaseModule $ret['success'] = true; $token = Strings::getRandomHex(32); - // Store the generated token in the databe. + // Store the generated token in the database. OpenWebAuthToken::create('owt', 0, $token, $contact['addr']); $result = ''; - // Encrypt the token with the public contacts publik key. + // Encrypt the token with the public contacts public key. // Only the specific public contact will be able to encrypt it. // At a later time, we will compare weather the token we're getting // is really the same token we have stored in the database.