Revision a6d167c1 snf-astakos-app/astakos/im/management/commands/user-activation-send.py
b/snf-astakos-app/astakos/im/management/commands/user-activation-send.py | ||
---|---|---|
31 | 31 |
# interpreted as representing official policies, either expressed |
32 | 32 |
# or implied, of GRNET S.A. |
33 | 33 |
|
34 |
from django.core.management.base import BaseCommand, CommandError
|
|
34 |
from snf_django.management.commands import SynnefoCommand, CommandError
|
|
35 | 35 |
|
36 | 36 |
from astakos.im import activation_backends |
37 | 37 |
activation_backend = activation_backends.get_backend() |
... | ... | |
39 | 39 |
from ._common import get_user |
40 | 40 |
|
41 | 41 |
|
42 |
class Command(BaseCommand):
|
|
42 |
class Command(SynnefoCommand):
|
|
43 | 43 |
args = "<user ID or email> [user ID or email] ..." |
44 | 44 |
help = "Sends an activation email to one or more users" |
45 | 45 |
|
Also available in: Unified diff