From 704ca4ea43bdd08f953974fa70f8e61b7397745e Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 4 Jun 2020 09:48:47 +0200 Subject: [PATCH 1/2] Clarify some instructions on how to add an account. --- views/home.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/home.haml b/views/home.haml index 84f709f1a..b81c950f2 100644 --- a/views/home.haml +++ b/views/home.haml @@ -28,6 +28,10 @@ - if server_accounts.size > 0 %h3 Add an account to your name + %p + Note that account names are case sensitive, even though logging in on the public server usually is case insensitive. + %p + Adding your account on www.hardfought.org adds it for all other hardfought servers too, so make sure you have an account there if you want to use any of the hardfought servers. %form#add_server_form.smallform{ action: "/add_server_account", method: "post"} %select{ name: "server"} - server_accounts.each do |id, hostname| From ec2491514cf8c71449a7473abfd88db7682bc871 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Thu, 4 Jun 2020 09:53:35 +0200 Subject: [PATCH 2/2] Clarify instructions even more. --- views/home.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/home.haml b/views/home.haml index b81c950f2..216ccef31 100644 --- a/views/home.haml +++ b/views/home.haml @@ -15,7 +15,7 @@ %li= "On nethack4.org, set the interface option \"comment\" and enter your public server account name (case-sensitive) into the form below." %li= "On ascension.run, use the \"NetHack 3.4.3\" nethackrc." %li= "On em.slashem.me, use the \"NetHack 3.6.6\" nethackrc." - %li= "On hardfought.org, use the \"NetHack 3.4.3\" nethackrc." + %li= "On hardfought.org, use the \"NetHack 3.4.3\" nethackrc on www.hardfought.org (also for the other hardfought servers)." %table.greytable %tr %th Server @@ -31,7 +31,7 @@ %p Note that account names are case sensitive, even though logging in on the public server usually is case insensitive. %p - Adding your account on www.hardfought.org adds it for all other hardfought servers too, so make sure you have an account there if you want to use any of the hardfought servers. + Adding your account on www.hardfought.org adds it for all other hardfought servers too, so make sure you have an account there if you want to play on any of the hardfought servers. %form#add_server_form.smallform{ action: "/add_server_account", method: "post"} %select{ name: "server"} - server_accounts.each do |id, hostname|