Index: book_access.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/book_access/book_access.admin.inc,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 book_access.admin.inc
--- book_access.admin.inc 10 May 2010 23:48:57 -0000 1.1.2.3
+++ book_access.admin.inc 3 Jun 2010 16:10:03 -0000
@@ -166,6 +166,7 @@
$form['user']['username'] = array(
'#type' => 'textfield',
'#size' => 20,
+ '#required' => TRUE,
'#autocomplete_path' => 'user/autocomplete',
);

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

If the form field would be required, then it would not be possible to change the permissions without to enter something in the text field; that is not something that would make most of the users happy.