Differences
This shows you the differences between the selected revision and the current version of the page.
punbb13:pun_admin_add_user 2009/02/05 06:24 | punbb13:pun_admin_add_user 2020/02/06 11:04 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Admin Add User (pun_admin_add_user) ====== | + | Moved to [[punbb13:extensions:pun_admin_add_user]] |
- | + | ||
- | [[punbb13:Extensions|PunBB 1.3 Extensions]] | + | |
- | + | ||
- | * Status: **Under development**; | + | |
- | * Current version: 1.0.1. | + | |
- | + | ||
- | ===== General idea ===== | + | |
- | Administrator can add a new user quickly | + | |
- | + | ||
- | ===== Specification ===== | + | |
- | == Interface == | + | |
- | * Userlist: | + | |
- | * Below list of users; | + | |
- | * Fields: | + | |
- | * Input box: | + | |
- | * Username; | + | |
- | * E-mail; | + | |
- | * Checkbox: | + | |
- | * Edit user identity after adding a User; | + | |
- | * Buttons: | + | |
- | * Submit; | + | |
- | + | ||
- | == Functionality == | + | |
- | After admin inputs username and e-mail into the fields and clicks "Submit" button, the extension creates a new user with a randomly generated password. If this user tries to log in to the site with a new username, he should create a new password using "a new password" link on one of these pages: "Log in to the site" or "User identity". | + | |
- | + | ||
- | ===== Development ===== | + | |
- | Trac ticket #218 | + | |
- | + | ||
- | Correct: | + | |
- | * Markup extension; | + | |
- | + | ||
- | ===== Feature request ===== | + | |
- | * Add a user group option; | + | |
- | * Add input box "Password"; | + |