CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Permissions for Authenticated Users
Pages: [1]

Author Topic: Permissions for Authenticated Users  (Read 1492 times)

gmasky

  • Guest
Permissions for Authenticated Users
September 21, 2007, 07:33:42 pm
I cannot figure out this issue When an authenticated user tries to do the below:I need to allow authenticated users to Edit their account but not Delete their accounts

1. my account->view contact record->Edit

Sorry. A non-recoverable error has occurred.You do not have access to this page Return to CiviCRM menu.


2.my account->view contact record->Delete

Are you sure you want to Delete the selected contacts? A Delete operation cannot be undone.
Number of selected contacts: 1


Access Control for Authenticated User
civicrm module


access CiviCRM   Yes
access CiviContribute   Yes
access CiviMember   Yes
access Contact Dashboard   Yes
access all custom data   Yes
access uploaded files   Yes
add contacts   
administer CiviCRM   
edit all contacts   
edit contributions   
edit groups   
edit memberships   
import contacts   
make online contributions   Y
profile listings and forms   Y
view all contacts Y

Deepak Srivastava

  • Ask me questions
  • ****
  • Posts: 677
  • Karma: 65
Re: Permissions for Authenticated Users
September 22, 2007, 05:55:41 am
Permissions that you have set for civicrm, should work for you.

Which drupal and civicrm version you using ?

Check, if any drupal permission is creating the problem.

Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

gmasky

  • Guest
Re: Permissions for Authenticated Users
September 22, 2007, 09:58:38 am
I am using Drupal 4.7 and Civicrm 1.7 on my live site. I have been able to reproduce this on localhost with Drupal 5.2 and Civicrm 1.8

Admin can modify all records however a user cannot modify his own record.He can however delete his own record which is weird.

« Last Edit: September 22, 2007, 10:04:41 am by gmasky »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Permissions for Authenticated Users
September 22, 2007, 02:03:42 pm
Perhaps a better way to give your users the ability to edit their own account info is  to create a Profile with the fields that you want them to view and edit. Then you can expose a link to that profile in "edit" mode as a drupal menu item for authenticated users:

...civicrm/profile/edit?gid=X&reset=1 (where X = the ID of your profile)

Then you can remove the "access CiviCRM" permission from these users' Role and not worry about them deleting or doing other problematic things.
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Permissions for Authenticated Users

This forum was archived on 2017-11-26.