move email prompt to locale doc file

This commit is contained in:
AJ ONeal 2018-10-17 20:46:56 -06:00
rodič b75552a287
revize 81ee4b27a5
2 změnil soubory, kde provedl 13 přidání a 10 odebrání

Zobrazit soubor

@ -98,16 +98,7 @@ function askForConfig(state, mainCb) {
var firstSet = [
function askEmail(cb) {
if (state.config.email) { cb(); return; }
//console.info("");
console.info("Welcome!");
console.info("");
console.info("By using Telebit you agree to:");
console.info("");
console.info(" [x] Accept the Telebit™ terms of service");
console.info(" [x] Accept the Let's Encrypt™ terms of service");
console.info("");
console.info("Enter your email to agree and login/create your account:");
console.info("");
console.info(TPLS.remote.setup.email);
// TODO attempt to read email from npmrc or the like?
rl.question('email: ', function (email) {
email = /@/.test(email) && email.trim();

Zobrazit soubor

@ -464,5 +464,17 @@ code = "
==============================================
"
[remote.setup]
email = "Welcome!
By using Telebit you agree to:
[x] Accept the Telebit terms of service
[x] Accept the Let's Encrypt terms of service
Enter your email to agree and login/create your account:
"
[daemon]
version = "telebit daemon v{version}"