How do I add a user to a project in redmine? - redmine

I have users. I have projects. I go to Projects -> Settings -> Members
I get this message
No data to display
So... how do I add a user to a project?

If you want to add a new user to Redmine, you must go to "Administration" (at the top of the page) -> "Users".
If you want to assign an existing user to a project, you must select the project first and then go to "Settings" -> "Members". There you can assign a user and his/her role in the project.

Related

Projects not appearing in Google Cloud Console / `gcloud projects list` for added Project Editor/Viewers

After adding other users from my organization as Project Editor and Viewer the projects aren't showing up in their Google Cloud Console project list, nor are they visible in gcloud projects list.
However if I give them a link directly to some resource inside the project they can navigate to it just fine,
and they can also use commands like gcloud container clusters list with the --project= set to the new projects and see the resources inside the project.
The documentation for the gcloud projects list (https://cloud.google.com/resource-manager/docs/creating-managing-projects#listing_projects) specifies it should list all projects on which you have resourcemanager.projects.list (which Project Viewer and Editor both grant) or any children under a parent on which you have resourcemanager.projects.list.
So maybe if I grant resourcemanager.projects.list on the organization level it would fix it, but I don't really want to grant the users such a broad access...
As mentioned by John Hanley :
In order for a user to list projects in an organization, they need resourcemanager.projects.list at the organization or folder level.If a user has access to a project, allowing them to list projects should not be an issue unless revealing the names of projects is not desired. In that case, just provide everyone with the Project ID and they can manually use that to access resources.
Note: The level (project, folder, organization) determines what users can access. You could create folders, move projects under folders and allow users to only list projects in their folders
For more information you can refer to the Serverfault Answer related to a similar issue and Documentation where creation and management of the Folders has been well explained.
Here is how to replicate:
As an admin create a "newProject990055" under an existing organization, select it and navigate to the IAM menu.
Add a user with just the role "Logs Viewer" for "newProject990055".
Login with such a user and try to select project "newProject990055". Expected: User won't see "newProject990055"
because the user has no access to list all projects, and
"newProject990055" is new, and the user has never visited it before.
With such a user hit https://console.cloud.google.com/logs/query?project=newProject990055.
Expected: User will see the logs for the "newProject990055" project
and user will be notice that such a project is selected.
Logoff and login back with such a user, click on the dropdown for projects. Expected: User should be able to see project
"newProject990055" because even though the user has no access to list
all projects, and "newProject990055" is new, the user has already
visited it before.

Google Cloud Platform: How do I rename a Google Cloud Platform project?

Is it possible to rename a Google Cloud Platform project? If so, how?
I don't need to change the project ID or number. But I do want to change the project name (the name used by/for humans to identify a cloud platform project).
Thanks for any tips!
Use the hamburger menu in the top left to switch to the "IAM & Admin" section
Click Settings
Type the new name
Press Save
Reload the page
For those wondering how to change the project ID, the official documentation says:
A project ID cannot be changed after the project is created, so if you are creating a new project, be sure to choose an ID that you'll be comfortable using for the lifetime of the project.
The easiest way it to go via the hamburger menu in the top left > "IAM & Admin" > Settings.
These are the screenshots to the Google Cloud Product Settings
You can change the project name using gcloud projects update command.
First of all, you need to get the associated project ID.
gcloud projects list
Here is the example command.
gcloud projects update your-old-project-id --name="New project name"
For more information please refer this official documentation.
Note: You cannot change the ID of a project's ID or Number,you can only change the Name.
It seems that the Google console menus have changed since #Sphinxxx posted an answer to this question in 2017. (Unless for some reason my Google account is different than others. Please correct me if I'm wrong.)
It is still possible to rename the project, but in order to get to the Settings page, you must first go through the "IAM & admin" menu. Here are the steps I did:
Choose the project name from the menu just to the right of "Google APIs"
Open the navigation menu by clicking on the three bars ("hamburger") just to the left of "Google APIs"
Hover over IAM & admin in order to see that menu
Click on Settings to open the settings page where you can modify the project name
Screen shot of IAM & admin menu
NOTE: it is also possible to directly go to the settings page via the URL using the project id:
- https://console.cloud.google.com/iam-admin/settings?project=your-project-id
Use the hamburger menu in the top left to switch to the "IAM & Admin" section.
Click Settings.
Type the new name.
Press Save.
Reload the page
Go to IAM
Settings
Rename your project
The easiest way to change your project in a few seconds is to:
Click on the three dots on the left of your profile and then on the Project settings. No matter where you are now in the console, this option will be available.
Change your project name and Click SAVE.

SharePoint 2013 Permission

I am new with sharepoint. I want to create a document library( e.g FinanceDocs) in sharepoint 2013 and want to allow FinanceGroupUser to view, edit, etc. But, I don't to allow other user to view, except Full Control users. I set permission for that library. But, It is not working as I intended. Limited Access user out of FinanceGroup can view that library. Thank in advance.
It sounds like you've set it up correctly.
One way to check is to have a test user with similar permissions to the restricted users and see if that functions as you want.
Have a look at this blog to understand Limited Access:
http://en.share-gate.com/blog/what-are-sharepoint-limited-access
Site Contents - > Add an App -> New Document Library (To Create a Library)
You can set the permission levels according to the Group of Users from the Active Directory .
Library Settings - > Permissions for this Library -> Add the User & Set the Permission .

How to add users in redmine project

I created a project in Redmine and created users to add in this project.
Now how can they see our project in the redmine? How can they activate themselves?
I know that e-mail should be sent to them or if they make an account for themselves: How can I invite them to our project? The path that I'm using to do so is: Administrator -> Users -> new user. But here, only users found that I created myself.
Can the Adminstrator accesses the users password?
Please help me.
An administrator can change users passwords.
He can also define roles and groups and assign users to this roles and groups. He also can give permissions to users, roles and groups to acces projects and configure what they can do in the projects and whats not.
For you:
You should define a group or a role and give permissions to that to access your project. You can do this in the "groups" / "roles and permissions" administration panel-
After that you should assign a user to the created group/role by open the user profil (URL: .../users/<ID>/edit) and then switch to the tab Groupsor Project and assign them there
On the users panel (Administration -> Users) there is also a filter to only show active / inactive / all users. Maybe you are hiding some other users.
edit:
You can change the account activation mode under administration -> settings -> tab: "authentication". There's an combobox with something like "Signup" where you can choose
closed
Activation via e-Mail
Manual activation
Automatic activation
Under the administration -> user settings in the filter combobox you can filter for non activated users, open their profile and activate them manually.

Sitecore hide publish button from users on select content items

Is it possible to hide the publish button from user roles on select content items?
For example if I have two content folders "A" and "B" and User role "1"
I want user "1" to be able to add content to both folders but only publish content in folder "B" as A needs to be reviewed by an admin.
I have a workflow implemented to prevent publishing but the publish button remains.
I am working with Sitecore version 6.6
Thanks in advance.
You can use workflow as autoPublish once the item has been approved. By changing the publish permission, you can hide publish button.
For Content Editor
Access with admin account and move to Core DB in Desktop Mode
Select the role or User in User Manager
Click "Security Editor"
Move "Application -> Content Editor -> Menue -> Publish"
Or, you can remove the "Publish" button by moving "Applications -> Content Editor -> Ribbons -> Publish -> Publish"
Select "X" to hide "Publish" options you want in Read field
For Page Editor
Access with admin account and move to Core DB in Desktop Mode
Select the role or User in User Manager
Click "Security Editor"
Move "Applications -> WebEdit -> Ribbons -> WebEdit -> Page Editor -> Publish"
Select "X" to hide "Publish" options you want in Read field