summaryrefslogtreecommitdiff
path: root/src/master_content.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-26 17:10:50 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-26 17:10:50 +0200
commit8ba2c0def848f72c6c817fdeb0cc220d3da0d8ee (patch)
tree8830253f0d1969ae3f4a268b8b295220e2943f3a /src/master_content.hpp
parentef2fed182ff854786381be71c603ee2fea290e08 (diff)
downloadaCms-8ba2c0def848f72c6c817fdeb0cc220d3da0d8ee.tar.gz
aCms-8ba2c0def848f72c6c817fdeb0cc220d3da0d8ee.tar.bz2
working on register user
Diffstat (limited to 'src/master_content.hpp')
-rw-r--r--src/master_content.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/master_content.hpp b/src/master_content.hpp
index 23db633..f1cd222 100644
--- a/src/master_content.hpp
+++ b/src/master_content.hpp
@@ -18,6 +18,7 @@ struct master : public cppcms::base_content {
std::string title;
std::string login_link;
std::string logout_link;
+ std::string register_link;
std::string username;
public:
@@ -27,6 +28,7 @@ struct master : public cppcms::base_content {
//~ c.login_link=wi.users.login_url();
login_link = "/strusCms/login";
logout_link = "/strusCms/logout";
+ register_link = "/strusCms/register";
}
std::string root( ) {