ebola-geonode / ebola_geonode

Ebola GeoNode Project
0 stars 2 forks source link

Invite Users - Not working for main admin user #57

Open slibby opened 9 years ago

slibby commented 9 years ago

When inviting users as the unmeerim user, the invite process goes smoothly, but when the new user attempts to create an account they receive a message saying "Registrations are not open at this time"

STR:

jj0hns0n commented 9 years ago

The root cause of this is that REGISTRATION_OPEN was false and the invite function requires that its open. It should obviously not offer this invite option if it doesnt work.

I've temporarily opened registration and the invite feature now works.

From here we can do one of 3 thing

@state-hiu @vdeparday @ingenieroariel @simod

state-hiu commented 9 years ago

Can we leave registration open, but hide it from the UI?

jj0hns0n commented 9 years ago

Thats also a possibility. You would just have to know the URL to register.

Ill just do that now and we can discuss a better longer term strategy.

On Mon, Dec 22, 2014 at 10:21 AM, Humanitarian Information Unit < notifications@github.com> wrote:

Can we leave registration open, but hide it from the UI?

— Reply to this email directly or view it on GitHub https://github.com/ebola-geonode/ebola_geonode/issues/57#issuecomment-67870909 .

state-hiu commented 9 years ago

I think a forking/refractoring of the invite user process and of https://github.com/pinax/django-user-accounts package at the code sprint is a good idea. There's probably other minor UI/model changes that could help out with this process.

Related: https://github.com/GeoNode/geonode/issues/1856