mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1031] Import domains and accounts #872
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#872
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oconshaw on GitHub (Feb 14, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1031
Password problem on import of user accounts from csv file.
When I import accounts from a csv file there is a problem with authentication to webmail.
I will import a csv file and choose NOT to encrypt the password. The accounts get created OK. I can login. However, when I try to connect to webmail the password fails. I think probably because it is trying to decrypt a password that is not encrypted.
When I got into the admin interface and reset the password (to the same password) and update it fixes the problem.
I suspect this probably breaks the offline-imap extension as well.
Impacted versions
@tonioo commented on GitHub (Feb 15, 2017):
@oconshaw How did you create the CSV file?
About the password, is it already encrypted? What is its format in the file?
@oconshaw commented on GitHub (Feb 21, 2017):
Here is an example:
for accounts;
account,test@abc.com,password123,,,TRUE,SimpleUsers,test@abc.com,0,abc.com
for domains:
domain,abc.com,0,TRUE
No, password is not encrypted.
@tonioo commented on GitHub (Feb 21, 2017):
You need to specify the scheme used to crypt password. In your case, use the following prefix:
{PLAIN}password123.@tonioo commented on GitHub (Mar 2, 2017):
@oconshaw Have you tried again?
@tonioo commented on GitHub (Apr 20, 2017):
Closed for inactivity.
@shwetd19 commented on GitHub (May 20, 2025):
@tonioo can you pls help me with this, I've tried
for accounts;
account,test@abc.com,password123,,,TRUE,SimpleUsers,test@abc.com,0,abc.com
for domains:
domain,abc.com,0,TRUE
but it's still not working