[Web-cyradm] [bug #13964] Changing password for superuser would remove its entry from domainadmin table.

Lukasz Marciniak INVALID.NOREPLY at gnu.org
Wed Aug 1 17:08:16 CEST 2007


Follow-up Comment #5, bug #13964 (project web-cyradm):

It's already done at line 192:
190: if ($type != $_POST['newtype'] || $type = '1') {
191:    # First delete and set new Domainresponsibilities
192:    $query = "DELETE FROM domainadmin WHERE
adminuser='".$_POST['username']."'";
193:    $result = $handle->query($query);
194:    if (DB::isError($result)) {
195:       die (_("Database error"));
196:    }
197: }

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?13964>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



More information about the Web-cyradm mailing list