Discussion:
[TYPO3-english] Access right for usergroup with new page
May Dara
2011-07-25 07:59:08 UTC
Permalink
Dear TYPO3 USERGROUP

I create one user in one group which can view, edit.
I create one new page. I want that user can see and edit page without
going: Access->Permissions and choose group for that page.
I want that user can view that page automatically after they login.
Steffen Gebert
2011-07-25 09:27:49 UTC
Permalink
Post by May Dara
Dear TYPO3 USERGROUP
I create one user in one group which can view, edit.
I create one new page. I want that user can see and edit page without
going: Access->Permissions and choose group for that page.
I want that user can view that page automatically after they login.
Access -> Permissions is about backend user (editor) permissions.

You want Frontend user permissions. See the Access tab in the page
properties. After creating a frontend user group (in a page of type
Folder, not on a normal page), you can select the user group there.

Then you just need to create a frontend user, being member of this group
and a login form. Therefore install the system extension "felogin" and
place the plugin on a page.

See
http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/1.0.0/view/1/4/#id2315195

Kind regards
Steffen
--
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
May Dara
2011-07-25 10:00:37 UTC
Permalink
Post by Steffen Gebert
Post by May Dara
Dear TYPO3 USERGROUP
I create one user in one group which can view, edit.
I create one new page. I want that user can see and edit page without
going: Access->Permissions and choose group for that page.
I want that user can view that page automatically after they login.
Access -> Permissions is about backend user (editor) permissions.
You want Frontend user permissions. See the Access tab in the page
properties. After creating a frontend user group (in a page of type
Folder, not on a normal page), you can select the user group there.
Then you just need to create a frontend user, being member of this group
and a login form. Therefore install the system extension "felogin" and
place the plugin on a page.
See
http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/1.0.0/view/1/4/#id2315195
Kind regards
Steffen
Dear Mr.Steffen,

I focus on backend. Sorry with that point that I don't raise clearly.

I hope you have solution with it.

Thank you,
Best Regard,
Dara May
Steffen Gebert
2011-07-25 11:19:55 UTC
Permalink
Dear Dara,
Post by May Dara
I focus on backend. Sorry with that point that I don't raise clearly.
then I don't get the point with the "see after login".

You want to change the default Backend permissions for new pages?
So this one..?
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.5.1/view/1/5/#id2620245

Kind regards
Steffen
--
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
Bernd Wilke
2011-07-25 14:32:35 UTC
Permalink
Post by May Dara
Dear TYPO3 USERGROUP
I create one user in one group which can view, edit.
I create one new page. I want that user can see and edit page without
going: Access->Permissions and choose group for that page.
I want that user can view that page automatically after they login.
look for BE-Extension 'freesite'. in the BE-Module you can build a page
and a BE-User with access to this page.

I'm building an extension for FE-user to register to get automated a
BE-Login with access to one single page, copied from template. the
extension will be extendable with hooks.
but this may take some time to get ready.

bernd
--
http://www.pi-phi.de/cheatsheet.html
Jigal van Hemert
2011-07-25 14:47:55 UTC
Permalink
Hi,
Post by May Dara
I create one user in one group which can view, edit.
I create one new page. I want that user can see and edit page without
going: Access->Permissions and choose group for that page.
I want that user can view that page automatically after they login.
I think you want to set the group and/or user which should be the
'owner' for new pages.

You can set the user / group and the permissions for the user / group /
everybody in TSconfig:
http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.5.1/view/1/5/#id2620245
--
Kind regards / met vriendelijke groet,

Jigal van Hemert.
Kay Strobach
2011-07-25 15:10:33 UTC
Permalink
take a look in extension be_acl ;)
Post by Jigal van Hemert
Hi,
Post by May Dara
I create one user in one group which can view, edit.
I create one new page. I want that user can see and edit page without
going: Access->Permissions and choose group for that page.
I want that user can view that page automatically after they login.
I think you want to set the group and/or user which should be the
'owner' for new pages.
You can set the user / group and the permissions for the user / group /
http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.5.1/view/1/5/#id2620245
--
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
Tomas Mrozek
2011-07-26 14:34:00 UTC
Permalink
+1

It allows much better permission control and has "recursivity" - when
set on a page, all subpages will inherit permissions.

Tomas Mrozek

Loading...