--- /var/tmp/drupal-5.0-beta1/modules/user/user.module	2006-10-31 06:55:17.000000000 -0800
+++ modules/user/user.module	2006-11-17 09:36:54.000000000 -0800
@@ -1682,7 +1682,7 @@ function user_admin_access_form($edit, $
   $form['status'] = array(
     '#type' => 'radios',
     '#title' => t('Access type'),
-    '#default_value' => 0,
+    '#default_value' => $edit['status'],
     '#options' => array('1' => t('Allow'), '0' => t('Deny')),
   );
   $type_options = array('user' => t('Username'), 'mail' => t('E-mail'), 'host' => t('Host'));
