fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 48 forks source link

Admin_active was disabled on a newly created host #141

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

I have seen that on a newly created host (by a non admin user) the admin_active flag was not set. The site was behaving correctly but not the host.

pypingou commented 8 years ago

I just tried to replicate this locally, but admin_active is true for both the host and the site.

Can you reproduce it on a local instance?

pypingou commented 8 years ago

oh, that's because it has been fixed in https://github.com/fedora-infra/mirrormanager2/pull/132

We just don't have a release with this yet.

Anyway, let's close this for now.