mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #1032] Import domains and accounts: all disabled #873
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#873
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/1032
When I import via csv file domains and accounts -- I have enabled set to true, but on import they are all set to disabled.
Impacted versions
@tonioo commented on GitHub (Feb 15, 2017):
Can you provide a sample of your CSV file please?
@tonioo commented on GitHub (Feb 16, 2017):
@oconshaw The only values to tell something is enabled are True, 1, yes, y (case sensitive).
@oconshaw commented on GitHub (Feb 21, 2017):
Here is an example:
account,test@abc.com,password123,,,TRUE,SimpleUsers,test@abc.com,0,abc.com
@tonioo commented on GitHub (Feb 21, 2017):
Ok so replace TRUE by True and it will work.
@oconshaw commented on GitHub (Feb 21, 2017):
OK, I will give it a try. Thanks!
@tonioo commented on GitHub (Mar 2, 2017):
@oconshaw ping
@tonioo commented on GitHub (Apr 20, 2017):
Fixed by #1087.