Error message

  • Notice: Undefined property: views_plugin_display_page::$display_handler in views_page_title_pattern_alter() (line 48 of /var/www/wakanda/docs/sites/all/modules/page_title/modules/views.page_title.inc).
  • Notice: Trying to get property of non-object in views_page_title_pattern_alter() (line 48 of /var/www/wakanda/docs/sites/all/modules/page_title/modules/views.page_title.inc).
  • Notice: Trying to get property of non-object in views_page_title_pattern_alter() (line 48 of /var/www/wakanda/docs/sites/all/modules/page_title/modules/views.page_title.inc).
  • Notice: Undefined index: 1 in bartik_preprocess_html() (line 15 of /var/www/wakanda/docs/sites/all/themes/wakanda/template.php).
  • Notice: Use of undefined constant link_title - assumed 'link_title' in bartik_breadcrumb() (line 242 of /var/www/wakanda/docs/sites/all/themes/wakanda/template.php).
  • Notice: Undefined index: link_title in bartik_breadcrumb() (line 242 of /var/www/wakanda/docs/sites/all/themes/wakanda/template.php).
  • Notice: Use of undefined constant link_title - assumed 'link_title' in bartik_breadcrumb() (line 242 of /var/www/wakanda/docs/sites/all/themes/wakanda/template.php).
  • Notice: Undefined offset: 1 in bartik_breadcrumb() (line 242 of /var/www/wakanda/docs/sites/all/themes/wakanda/template.php).
  • Notice: Use of undefined constant link_title - assumed 'link_title' in bartik_breadcrumb() (line 242 of /var/www/wakanda/docs/sites/all/themes/wakanda/template.php).

Fall in with a good group


by Wakanda on September 19, 2011
 
One of the most requested features for Wakanda – which we also felt was very important – is user- and group-based access. After all, any data-oriented application needs to address security.

As it will be soon implemented in Wakanda (and is currently available in the nightly builds), you can manage access via each solution's directory, where you create users and groups as well as assign users and groups to a specific group and develop your password system.

In each project, you give permission to one group to perform certain actions at three levels: Model, datastore class, and datastore class method.

Edit permissions

Other levels are currently being developed.

You can assign permissions for the following:
  • Model (for all the datastore classes and datastore class methods in the model)
  • Datastore Classes (for a specific datastore classes and its methods)
  • Datastore Class Methods (for a specific datastore class method)
Managing your users and groups is simple and highly visual. You need simply access the Directory, add or edit users, and assign users to a group. Groups can further be placed within a larger group for more flexibility.

Users and Groups - grouping



 
One of the most requested features for Wakanda – which we also felt was very important – is user- and group-based access. After all, any data-oriented application needs to address security.

As it will be soon implemented in Wakanda (and is currently available in the nightly builds), you can manage access via each solution's directory, where you create users and groups as well as assign users and groups to a specific group and develop your password system.

In each project, you give permission to one group to perform certain actions at three levels: Model, datastore class, and datastore class method.

Edit permissions

Other levels are currently being developed.

You can assign permissions for the following:
  • Model (for all the datastore classes and datastore class methods in the model)
  • Datastore Classes (for a specific datastore classes and its methods)
  • Datastore Class Methods (for a specific datastore class method)
Managing your users and groups is simple and highly visual. You need simply access the Directory, add or edit users, and assign users to a group. Groups can further be placed within a larger group for more flexibility.

Users and Groups - grouping

You need to be logged to comment.