Is there a way to assign usernames to new users during the invite process? I’m asking everyone to use first_last in our community to make it easier to mention people in posts. Ideally, when I invite someone and it accepts them into the community, their username is assigned.
I’ve been changing each manually and I don’t know if that is making it harder for people to log in. Thanks!
This looks very promising. I have installed discourse on digital ocean. It lib/tasks something that I can SFTP into or is something that I need to do via the command line?
Add this file to your lib/tasks and run one of the following tasks:
It sounds like this might be for advanced users, but it would be enormously helpful. I’m trying to roll out discourse to 150 in our group at the usernames is proving to be a bit of an issue. Any pushes or links in the direction of running this user importer would be appreciated.
ssh in to your host
enter the container
type vi /tmp/users.csv
then hit i to enter insert mode, and paste in your csv file.
now save your file, and it should be available for processing via @vindia cool script
that’s still kinda over-simplified, but it’s using copy/paste to move your file across, saving the hassle of sftp