-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow use PIN to have more than 6 digits
- Loading branch information
1 parent
dcdcd01
commit ec28ace
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ bg: | |
url: URL, започващ с „http://“ или „https://“ | ||
jabber: Jabber акаунт във формат „[email protected]“ | ||
gpg_fingerprint: Отпечатък на GPG ключ с или без интервали | ||
pin: използва се за отключване на вратата и трябва да е 6-цифрено число; оставете празно, ако не искате да го променяте | ||
pin: използва се за отключване на вратата и трябва да е число с поне 6 цифри; оставете празно, ако не искате да го променяте | ||
phone_numbers: | ||
phone_number: телефонен номер с или без код за държава | ||
network_device: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ en: | |
url: URL beginning with http:// or https:// | ||
jabber: Jabber account in the "[email protected]" format | ||
gpg_fingerprint: GPG fingerprint with or without spaces | ||
pin: it is used to lock/unlock the doors and must be a 6-digit number; leave empty if you do not want to change it | ||
pin: it is used to lock/unlock the doors and must be a number with at least 6 digits; leave empty if you do not want to change it | ||
phone_numbers: | ||
phone_number: phone number with optional country code | ||
network_device: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters