Deprecate nyan, game, and creating users via deposit.
This commit is contained in:
parent
07acf7f76e
commit
da11114b8f
6 changed files with 48 additions and 3 deletions
19
README.md
19
README.md
|
@ -2,6 +2,25 @@
|
|||
|
||||
revbank - Banking for hackerspace visitors
|
||||
|
||||
# ANNOUNCEMENTS
|
||||
|
||||
The following will disappear in a future version:
|
||||
|
||||
## Deprecated: `nyan`, `game`
|
||||
|
||||
These non-serious, non-banking plugins will be removed. Please remove them
|
||||
from `revbank.plugins`.
|
||||
|
||||
## Deprecated: creating new accounts with `deposit`
|
||||
|
||||
For a while now, there has been a dedicated plugin, `adduser` to create new
|
||||
accounts. The old way of creating new accounts (unknown input after a
|
||||
`deposit` command was assumed to be the name of the a account) did not allow
|
||||
for any input validation and would cause trouble if a user name already
|
||||
existed.
|
||||
|
||||
Please add `adduser` to `revbank.plugins`.
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
Maybe I'll write some documentation, but not now.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue