Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NewLifeProject
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Юнусов Ибрагим
NewLifeProject
Commits
07eb1e40
Commit
07eb1e40
authored
Jul 19, 2022
by
Юнусов Ибрагим
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
поправил настройки для роли
parent
355dfcbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AccountsController.cs
NewStores/Store/Controllers/AccountsController.cs
+1
-1
HomeController.cs
NewStores/Store/Controllers/HomeController.cs
+1
-1
No files found.
NewStores/Store/Controllers/AccountsController.cs
View file @
07eb1e40
...
...
@@ -103,7 +103,7 @@ public class AccountsController : Controller
var
claims
=
new
List
<
Claim
>
{
new
Claim
(
ClaimsIdentity
.
DefaultNameClaimType
,
user
.
Email
),
new
Claim
(
ClaimsIdentity
.
Default
Nam
eClaimType
,
user
.
Role
?.
Name
)
new
Claim
(
ClaimsIdentity
.
Default
Rol
eClaimType
,
user
.
Role
?.
Name
)
};
ClaimsIdentity
id
=
new
ClaimsIdentity
(
claims
,
...
...
NewStores/Store/Controllers/HomeController.cs
View file @
07eb1e40
...
...
@@ -20,7 +20,7 @@ public class HomeController : Controller
return
View
();
}
[
Authorize
(
Roles
=
"admin
, user
"
)]
[
Authorize
(
Roles
=
"admin"
)]
public
IActionResult
Privacy
()
{
return
View
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment