mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-28 21:46:09 +02:00
Fix
This commit is contained in:
parent
35a52adb75
commit
6ffc460dbd
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ someMenu: {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Case Study: Adding a New User Password (NUP)
|
## Case Study: Adding a New User Password (NUP)
|
||||||
You've got a super 31337 board and want to prevent lamerz! Let's run through adding a NUP to your application flow.
|
You've got a super 31337 board and want to prevent lamerz! Let's run through adding a NUP to your application flow.
|
||||||
|
|
||||||
Given the default menu system, two "pre" new user application menus exist due to the way Telnet vs SSH logins occur. We'll focus only on Telnet here. This menu is `newUserApplicationPre`. Let's say you want to display this preamble, but then ask for the NUP. If the user gets the password wrong, show them a `LAMER.ANS` and boot 'em.
|
Given the default menu system, two "pre" new user application menus exist due to the way Telnet vs SSH logins occur. We'll focus only on Telnet here. This menu is `newUserApplicationPre`. Let's say you want to display this preamble, but then ask for the NUP. If the user gets the password wrong, show them a `LAMER.ANS` and boot 'em.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue