diff --git a/README.md b/README.md index f5ca080..a636009 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Froodle -Proyecto molón creado por estudiantes de [LibreLabUCM](https://librelabucm.org/ "Librelab's Homepage") +Froodle is Free Doodle; an open source and free tool/web to organize yourself and your team. +Created by students of [LibreLabUCM](https://librelabucm.org/ "Librelab's Homepage") ## License You can find the corresponding code license for Froodle in the [LICENSE](LICENSE) file @@ -8,14 +9,13 @@ You can find the corresponding code license for Froodle in the [LICENSE](LICENSE LibreLabUCM members: - Pedro J - Daniel -- Daniel (2) - David - DevPGSV ## Lista de cosas que hacer: * [ ] Mejorar ui * [x] Construir la opcion para que los usuarios vean sus froodles -* [ ] Corregir temasd e seguridad y errores como que no se puedan crear dos froodles con el mismo titulo y que los usuarios tengan que usar su email para que no se puedan falsificar... +* [ ] Corregir temas de seguridad y errores como que no se puedan crear dos froodles con el mismo titulo y que los usuarios tengan que usar su email para que no se puedan falsificar... * [ ] Hacer el tamño adaptable a distintos dispositivos * Etc... diff --git a/backend/userManagement.php b/backend/userManagement.php index a243fed..70702a7 100644 --- a/backend/userManagement.php +++ b/backend/userManagement.php @@ -111,18 +111,4 @@ function generateEmailActivationOtp($uuid) { $collectionUsers->updateOne(['uuid' => $uuid], ['$push' => ['otp' => $otp]]); - /* - $mail = new CustomMailer(true); - try { - $mail->addAddress($user['email'], $user['username']); - $mail->isHTML(true); - $mail->Subject = 'Activate your account!'; - $mail->Body = "Your code: {$otp['otp']}"; - $mail->send(); - echo 'Message has been sent'; - } catch (Exception $e) { - echo 'Message could not be sent. Mailer Error: ', $mail->ErrorInfo; - } - */ - } diff --git a/index.php b/index.php index f85253b..be3029f 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,24 @@ + - +
or
What is froodle? Follow the Froodle team
-Powered by librelab ucm
+Powered by LibreLabUcm