Posts Tagged ‘role’
Drupal not showing contact form menu item [solved]
Drupal is not showing the contact form menu item? Then you should check: Whether the menu item is enabled (admin/build/menu/): enable it, if it is disabled Whether the menu item is showing when the user is logged in: if you do the above, it will Allow annonymous user (not logged) to ‘access site-wide contact form’ [...]
CDS Invenio: webaccess default behaviour
Some of you have mailed asking for webaccess roles, actions, authorizations and default behaviour. Like you, I assumed the default behaviour for act=SRV is NOT ALLOW (as stated in the webaccess manual). I was not 100% sure this is right, because for act=SBI the default behaviour seemed to be ALLOW… Well, this is how things [...]
CDS Invenio: Webaccess admin lib bug-fix
Some days ago I found a bug in webaccess, more precisely when dealing with roles and authorizations which involve special characters. The bug Lets suppose I want to restrict the execution of bibedit to role named ‘EditoresTAZ’ (existing role in my repository). I go to http://my.repository.url/admin/webaccess/webaccessadmin.py/addauthorization Then select role=’EditoresTAZ’, action=’runbibedit’ and check “connect editoresTAZ to [...]
CDSInvenio: restrict access to some fulltexts to an iprange (II)
My last article about restricting access to some fulltexts to an iprange had a few lacks and mistakes. It worked perfectly if the type of fulltext (always speaking in terms of ‘public’ or ‘private’) was only set in the SBI process (this is, set by the submiter). There are a few steps to follow in [...]
CDSInvenio: restrict access to some fulltexts to an iprange
[NOTE: Only available in english, my apologies to spanish speakers] [Edit note: if you want to be able to change the type of fulltext (in terms of public/private) from the APP(roval) pipeline you should check the second part of this article] Introduction One of the most common issues when addressing the problem of publishing scientific [...]