Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Self-hosted adding users
2024-10-10 13:23?UTC-04, Edward L Platt <ed@...>:
Hi, There is no interface in Taguette to do this, but you could insert the users into the database directly. You just have to put them in the "users" table with a "login", and "email". Then users can reset their passwords via their email address. In SQL it looks like this: INSERT INTO users(login, created, email, disabled) VALUES('username-here', current_timestamp, 'user-email-here@...', false); Or you should be able to use the import functions of your database system to read in a CSV file. A tool could also be added to Taguette if this is a common requirement. I can't promise to tackle this myself soon however. Best regards -- Rémi Rampin The developer |
开云体育It would be great to be able to bulk import at least. I am going to talk to our IT people about that.? My situation is that we only want to have students from our institution have access so we don’t want to have open access for registering for the whole internet.? ? Elin ? From:
taguette@groups.io <taguette@groups.io> on behalf of Edward L Platt <ed@...> * This email originates from a sender outside of CUNY. Verify the sender before replying or clicking on links and attachments. * Thanks for the speedy reply! This will work for now. If I find myself with some extra time, I may see if I can contribute a patch. |
to navigate to use esc to dismiss