diff --git a/pkg/views/signup.gohtml b/pkg/views/signup.gohtml
index f5de871..571f412 100644
--- a/pkg/views/signup.gohtml
+++ b/pkg/views/signup.gohtml
@@ -1,5 +1,5 @@
-
+
{{.i18n.title}}
{{.i18n.caption}}
diff --git a/pkg/views/users/me/index.gohtml b/pkg/views/users/me/index.gohtml
new file mode 100644
index 0000000..5b1a964
--- /dev/null
+++ b/pkg/views/users/me/index.gohtml
@@ -0,0 +1,3 @@
+
+ You are accepted!
+
\ No newline at end of file
diff --git a/settings.toml b/settings.toml
index e60b3ff..4430040 100644
--- a/settings.toml
+++ b/settings.toml
@@ -1,9 +1,9 @@
name = "Goatpass"
-maintainer = "SmartSheep Studio"
+maintainer = "Solsynth LLC"
bind = "0.0.0.0:8444"
grpc_bind = "0.0.0.0:7444"
-domain = "id.smartsheep.studio"
+domain = "localhost"
secret = "LtTjzAGFLshwXhN4ZD4nG5KlMv1MWcsvfv03TSZYnT1VhiAnLIZFTnHUwR0XhGgi"
content = "uploads"