Azure DevOps Work items unassigned user not found - azure

I added a new user to my project and he's an admin too to it, but when I click on create a new user story/bug/... his name doesn't show up, I have to look him up manually:
I want to be able to see him once I click in that box. He is already in my users under project settings.

Azure DevOps Work items unassigned user not found
That because drop down is actually a cached list of users you have assigned tasks to in the past.
So, you just need enter their first name or email address to search him and assign to him. Next time, you will see him in the drop down list.
Details steps:
When assigning a user to a task, enter their first name and click the
search button. The user should be brought back by the search. Assign
the user to the task.
Next time you go to assign a user to a task, if you click on the drop
down list should now display the user as it is now cached.
Hope this helps.

Related

How to change user name in Azure DevOps

My user was migrated to another domain. I registered a wrong user name and I want to edit it again. I can only change my email but not the user name. I cannot find a way to register again.
You will have to change your organization name. You can do this from the "Organization Settings" (which is at the bottom in the left panel at the time of this writing).

How Do I Add a User to My AAD Tenant via portal.azure.com?

At one point I created an AAD tenant & received a login of the form:
<username>#<mywebsite>.onmicrosoft.com
How do I add: <ANOTHER-user>#<mywebsite>.onmicrosoft.com using https://portal.azure.com?
Accessing your tenant:
IMPORTANT NOTE: You must be a global admin on your AAD tenant to perform these actions. If you created your tenant, you are a global admin by default.
Navigate to https://portal.azure.com & click "All services" in the ribbon on the left-hand side of your screen:
Start to type "azure active directory" into the search bar of the page that pops up. You will not need to type in the whole phrase to isolate AAD.
(Optional) Make sure the star next to Azure Active Directory is filled in to be able access AAD from the ribbon from image 1.
Click "Azure Active Directory":
In the resultant blade that pops up, click "Users" within the "Manage" section of the ribbon:
On this next blade click the "+ New user" button at the top. (Note that you cannot perform this step unless you are a global admin.):
Creating another user under your tenant:
IMPORTANT STEP: You should now be on the "User" blade, Enter the first/last name of the user you would like to add. Use the "User name" section to create the username. Here, the domain I created when I made my AAD tenant is buythingsfromus.onmicrosoft.com, and so I'm giving "Person McHuman" the username: phuman#buythingsfromus.onmicrosoft.com
Click the profile tab, and fill out the requested info, then press "Ok" at the bottom. When you're done, you should see "Configured" under the word "Profile."
(Optional) If you would like to give the user permissions to add more users, change this setting to "Global Admin." If you don't leave it as-is.
Click the checkbox to show the temporary password that has been generated for this user, and copy it to provide to them. In this example, when Person first signs in with her phuman#buythingsfromus.onmicrosoft.com address, they will need this temporary password in order to create their permanent password.
Press "Create"
Validating the user you just created:
You should be brought back to the blade from Image 6. However this time, you should see Person McHuman's name and new "USER NAME" listed here:
Give Person her new phuman#buythingsfromus.onmicrosoft.com username and temporary password (Nozo7286 in this case.) In this image, the right-hand side shows Person trying to login to https://portal.azure.com for the first time.
Ms. McHuman will need to enter her temporary password here, and then create a new permanent one. Once she presses "Sign in" she will be good to go.

Pimcore specific user roles

I'm testing Pimcore right now, to see if it's a good fit for our company.
I was wondering if there is a way to give a user specific rights, like an author only being able to make content and edit his own content?
Yes you can provide user or role based permission to documents, assets or objects. Click here to see the screenshot of the user screen
Steps are as follows -
Go to settings -> User
Click on the specific user on which you want add some permissions.
On the right screen part go to the workflow tab.
Click on the add button present near Document title if you want to add permissions on documents. Same can be done on Assets and on Objects
Drag and drop documents on which you want to allow permissions.
Check the boxes if you want to allow user to publish, unpublish, delete etc.
Save
Same can be done on roles as well. If you want same set of permissions on couple of users then you can make a specific role, assign the desired permissions and then assign that role to multiple users.

Verify a domain name in Azure Active Directory

I have added a domain name to my Azure Active Directory account, but it says that the domain name is unverified.
In order to to verify the domain name, I go into my 'default directory' and go to the 'Domains' tab, where I can see my whatever.com domain name listed. I click it to highlight it and then click on the Verify button at the bottom bar and a box pops up: 'Configure domain for single sign-on', telling me to go to the "Directory Integration page and complete all steps..." There's also a checkbox, asking to take me to the Directory Integration page now. And that's it, except for the tick button in the bottom right.
The only option I have, is to be sent to the Directory Integrations page, with help topics that point to other web pages that do not necessarily reflect what I'm seeing inside the Azure Portal, in terms of verify domain names.
I understand that I need to create a TXT record on the domain name I have already purchased, and I can see from other screenshots that I need to find a value within Azure (somewhere) that has the value 'MS=xxxxxx' but finding out where to get that value from is proving difficult.
Am I looking in the wrong place for this?
In the current version of the management portal, the necessary verification information is only displayed if you do not check the option for "I plan to configure this domain for single sign-on...".
If you add the domain and leave that option unchecked, the next step of the dialog will display the MS=xxxxxxxxx value that you need to register as a TXT entry on your DNS server.
I believe the reason it's not displayed when you opt for single sign-on is that the value is meant to be retrieved as part of the AD FS configuration (or whichever STS implementation you will be deploying).
Check out this article: Quick Start Guide for Integrating a Single Forest On-Premises Active Directory with Windows Azure AD
In particular you are probably looking for the Get-MsolDomainVerificationDns cmdlet.
I don't have an AD FS deployment to verify this on currently, but I'd be very surprised if the TXT values differ between the two setups, so the first thing I would try is grabbing the value from the screens when the single sign-on is not selected and adding it to your DNS zone.
Hopefully, this points you in the right direction.
Edit: An updated article covering the updated management portal is now available: Add a custom domain name to Azure Active Directory
Type the below code into your Windows Azure Active Directory Module for Powershell
Get-MsolDomainVerificationDns -DomainName <domainName> -Mode dnstxtrecord
where domainName is the domain that you need to verify.
You will get a Label,Text And TTL. You need to add this to the DNS record of your domain(domainName) and then type the below code to complete the verification process.
Confirm-MSolDomain -DomainName <domainName>
Ofcourse you need to connect to your azure account before you verify the domain.
Connect-MsolService –Credential $cred
If you are adding a new domain:
Be sure you're in the "Domains" tab in the portal when you add your domain via the popup dialog.
Once it says it's successfully added, click the "right arrow" button in the bottom-right of the dialog
The second page should have the TXT record you need to add.
If you already added it and it's waiting to be verified:
Be sure you're in the "Domains" tab in the portal.
Select your domain with an "Unverified" status.
Click on the "Verify" icon at the bottom and it will bring up a dialog with the TXT record you need to add.

How to use Drupal View

i am using Drupal 6.x
I had created two users i.e. a user with all permission i.e. Webmaster and other is member. The permissions of member are restricted and are allowed only to create story, delete own story and edit own story. However when i logged in with member name i got only three option i.e.:
My account
Create Content
Log Out
The post submitted by that user is not visible. I want to display all post published by that user in its account detail, and here he/she can easily edit, delete or modify his/her content. How it can be possible. Have you any idea. If yes then please guide me step by step. waiting for your reply. Thanks in advance for this support.
This is because of permission issue, steps to solve this issue
Create a view to list the story with edit button.
Go to the admin/user/permissions and give create, edit and view permission for the user.
publish the created article via admin user.
Last assign the created view block to users home page.

Resources