aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/authController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-21 16:03:46 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-21 16:03:46 +0200
commit37f06799589d9bb92ecfa6368197daf187251ab4 (patch)
treeb1816f22c536a4e1ae417e09b360da00d449ffc6 /app/Controllers/authController.php
parentac8bd3d2512dd1bfca43d71ea10202ba9e6a82a6 (diff)
First draft for registration form
See https://github.com/FreshRSS/FreshRSS/issues/679
Diffstat (limited to 'app/Controllers/authController.php')
-rw-r--r--app/Controllers/authController.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php
index b55892475..1c8ad2193 100644
--- a/app/Controllers/authController.php
+++ b/app/Controllers/authController.php
@@ -346,4 +346,10 @@ class FreshRSS_auth_Controller extends Minz_ActionController {
}
}
}
+
+ /**
+ * This action gives possibility to a user to create an account.
+ */
+ public function registerAction() {
+ }
}