Add User ACP
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- Highway of Life
- Registered User
- Posts: 1399
- Joined: Tue Feb 08, 2005 10:18 pm
- Location: I'd love to change the World, but they won't give me the Source Code
- Contact:
Re: Add User ACP
I’ve done user imports via both XSL and CSV with a system very much like phpBB, so it’s certainly possible, but does take a little time. Of which I have very little right now. I think it would be quite useful, however.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: Add User ACP
One-time use password might be a bit much.ToonArmy wrote:Personally I'd like to see it, much better solution than logging out to register a user. Ability to send them the account details and a one time use password would make this really worthwhile. I also do like the idea of CSV imports, and CLI scripts is something we've talked about briefly before.
Could you not just give the option to either:
Set the password during creation
Create a random password and send it to the email address
Send the user a link for resetting their password (generate some random one and don't send it out)
- Highway of Life
- Registered User
- Posts: 1399
- Joined: Tue Feb 08, 2005 10:18 pm
- Location: I'd love to change the World, but they won't give me the Source Code
- Contact:
Re: Add User ACP
Actually, one-time use passwords may be perfect for automatically creating users. They would login with that password and it would prompt them to create a new password.
You could have an option to import passwords, or setting passwords, but I just see that a technically better security option for the user would be to have them create their own password on the initial login.
You could have an option to import passwords, or setting passwords, but I just see that a technically better security option for the user would be to have them create their own password on the initial login.
Re: Add User ACP
XSLHighway of Life wrote:I’ve done user imports via both XSL and CSV with a system very much like phpBB, so it’s certainly possible, but does take a little time. Of which I have very little right now. I think it would be quite useful, however.
Re: Add User ACP
Interesting... I think he might mean sql files.ToonArmy wrote:XSLHighway of Life wrote:I’ve done user imports via both XSL and CSV with a system very much like phpBB, so it’s certainly possible, but does take a little time. Of which I have very little right now. I think it would be quite useful, however.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
- Highway of Life
- Registered User
- Posts: 1399
- Joined: Tue Feb 08, 2005 10:18 pm
- Location: I'd love to change the World, but they won't give me the Source Code
- Contact:
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: Add User ACP
I have had need of this feature for various reasons.
To be honest, whether or not all board admins will utilize in all cases is irrelevent. There is a User Management feature and when I think about managing, I think about Adding, Modifying, and Deleting (those are the three main features, among others). However, I was fairly surprised that this feature was not in the vanilla release, so I was glad to find the MOD for it.
I use it for a variety of reasons. For one, I have a board "bot" that is used for various things just to be cool. Without this, I would have to log out, register, activate, log in as admin, add to group, assign permissions, add to group(s), etc. With this, I can skip the logout, register, activate, and login steps and go straight to add users.
Other uses are for test boards for MOD authors. Yes it's a select group, but there are many people who could benefit from it. For instance, say you have a test board and need to show examples of three different posters (an admin, a moderator, and a user). You'd have to register two extra accounts, activate them, and then log back in as admin to set groups and permissions.
Another use I can think of is what was already mentioned: private boards. Instead of having to screen all registrations, you can just create all of the desired users in the ACP and email them their login information.
As far as the one-time password, I think that should be an option, but also other options should be a random password or else you can set a specific password.
Anyway, I think it is an essential feature and should be included in 3.1 and eventually 4.0.
To be honest, whether or not all board admins will utilize in all cases is irrelevent. There is a User Management feature and when I think about managing, I think about Adding, Modifying, and Deleting (those are the three main features, among others). However, I was fairly surprised that this feature was not in the vanilla release, so I was glad to find the MOD for it.
I use it for a variety of reasons. For one, I have a board "bot" that is used for various things just to be cool. Without this, I would have to log out, register, activate, log in as admin, add to group, assign permissions, add to group(s), etc. With this, I can skip the logout, register, activate, and login steps and go straight to add users.
Other uses are for test boards for MOD authors. Yes it's a select group, but there are many people who could benefit from it. For instance, say you have a test board and need to show examples of three different posters (an admin, a moderator, and a user). You'd have to register two extra accounts, activate them, and then log back in as admin to set groups and permissions.
Another use I can think of is what was already mentioned: private boards. Instead of having to screen all registrations, you can just create all of the desired users in the ACP and email them their login information.
As far as the one-time password, I think that should be an option, but also other options should be a random password or else you can set a specific password.
Anyway, I think it is an essential feature and should be included in 3.1 and eventually 4.0.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Add User ACP
I agree that it should be possible to easily add user accounts from the administration control panel.
The password should be generated if no password has been specified and there should be an option to send an email to the created user. After creating an account it might be a good idea to ask if the admin wants to add another account to make it possible to easily add a bunch of users.
The password should be generated if no password has been specified and there should be an option to send an email to the created user. After creating an account it might be a good idea to ask if the admin wants to add another account to make it possible to easily add a bunch of users.