Skip to content

Commit 12f90aa

Browse files
authored
Merge pull request auth0#215 from auth0/ESD-2054
ESD-2054: Update rules.json to remove illegal characters from rule titles
2 parents 0e5618c + 8106528 commit 12f90aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rules.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
},
250250
{
251251
"id": "get-towerdata-profile",
252-
"title": "Enrich profile with Towerdata (formerly RapLeaf)",
252+
"title": "Enrich profile with Towerdata - formerly RapLeaf",
253253
"overview": "Get user information from towerdata (formerly rapleaf) using email and add towerdata property to user profile.",
254254
"categories": [
255255
"enrich profile"
@@ -279,7 +279,7 @@
279279
},
280280
{
281281
"id": "migrate-root-attributes",
282-
"title": "Move user_metadata attributes to profile root attributes.",
282+
"title": "Move user metadata attributes to profile root attributes",
283283
"overview": "Moves select data from user_metadata to profile root attributes (family_name, given_name, name, nickname and picture).",
284284
"categories": [
285285
"enrich profile"
@@ -395,7 +395,7 @@
395395
},
396396
{
397397
"id": "pusher",
398-
"title": "Obtains a Pusher token for subscribing/publishing to private channels",
398+
"title": "Obtains a Pusher token for subscribing and publishing to private channels",
399399
"overview": "Obtain a Pusher token for subscribing/publishing to private channels.",
400400
"categories": [
401401
"webhook"
@@ -435,7 +435,7 @@
435435
},
436436
{
437437
"id": "splunk-HEC-track-event",
438-
"title": "Tracks Logins/SignUps with Splunk HEC",
438+
"title": "Tracks Logins and SignUps with Splunk HEC",
439439
"overview": "Send SignUp and Login events to Splunk's [HTTP Event Collector] (http://dev.splunk.com/view/event-collector/SP-CAAAE7F), including some contextual information of the user.",
440440
"categories": [
441441
"webhook"
@@ -490,7 +490,7 @@
490490
},
491491
{
492492
"id": "guardian-multifactor-authorization-extension",
493-
"title": "Multifactor with Auth0 Guardian + Authorization Extension",
493+
"title": "Multifactor with Auth0 Guardian and Authorization Extension",
494494
"overview": "Guardian mfa + authorization extension working together.",
495495
"categories": [
496496
"multifactor",
@@ -548,7 +548,7 @@
548548
"templates": [
549549
{
550550
"id": "guardian-multifactor-authorization-extension",
551-
"title": "Multifactor with Auth0 Guardian + Authorization Extension",
551+
"title": "Multifactor with Auth0 Guardian and Authorization Extension",
552552
"overview": "Guardian mfa + authorization extension working together.",
553553
"categories": [
554554
"multifactor",

0 commit comments

Comments
 (0)