diff --git a/src/components/Login/LoginForm.vue b/src/components/Login/LoginForm.vue
index 6091ab82d28b5c081b081370cd01996d78d327d2..3401af96d2977c1f508c15d2dc47e3e9748a2c6d 100644
--- a/src/components/Login/LoginForm.vue
+++ b/src/components/Login/LoginForm.vue
@@ -93,6 +93,7 @@ const handleSubmit = async () => {
                  valid-message="Valid password"
                  invalid-message="Password must be between 4 and 16 characters and contain one capital letter, small letter and a number"
       />
+      <p>Forgotten password? <RouterLink to="/forgotten-password">Reset password</RouterLink></p>
 
       <p class="text-danger">{{ errorMsg }}</p>
       <button1 id="confirmButton" type="submit" @click="handleSubmit" button-text="Login"></button1>