Skip to content

Commit

Permalink
-- 8.x-3.6 --
Browse files Browse the repository at this point in the history
  *  Fixed Config files naming bug.
  *  Fixed User name collision bug.
  • Loading branch information
SUDHANSHU authored and SUDHANSHU committed Mar 20, 2018
1 parent d0218aa commit bf34805
Show file tree
Hide file tree
Showing 24 changed files with 196 additions and 157 deletions.
Binary file modified drupal-8/package/customer_identity_and_access_management.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ further information.

-- CHANGE LOG --

-- 8.x-3.6 --
* Fixed Config files naming bug.
* Fixed User name collision bug.

-- 8.x-3.5 --
* Removed some Advance options from backend and they are directly handled by Cloud API.
* Implemented custom login, registration & forgot password blocks.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
login_redirection: 0
interface_label: 'Login with Social ID'
user_login_block: 1
popup_title: 'Please fill the following details to proceed'


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@
.interface_error {
color: red
}

#loginRadiusError {
padding-bottom: 15px
}

.interface_block {
background-color: #e7ffe0;
border: 1px solid #bfe7b0
}

.LoginRadius_overlay {
background: #7f7f7f;
background: no-repeat rgba(127, 127, 127, .6);
top: 0;
left: 0;
z-index: 100001;
z-index: 9999;
width: 100%;
height: 100%;
overflow: auto;
Expand All @@ -35,13 +32,11 @@
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90)
}

#popupinner {
overflow: auto;
background: #fff;
padding: 15px 20px
}

.lr-popupheading {
background: #efefef;
font-size: 17px;
Expand All @@ -51,7 +46,6 @@
text-align: center;
border-radius: 0 20px 0 0
}

.inputtxt {
font-family: Arial, Helvetica, sans-serif;
color: #444;
Expand All @@ -63,7 +57,6 @@
border-radius: 0 12px;
background: #fff
}

#textmatter {
background-color: #A8D32E;
border: 1px solid #90b203;
Expand All @@ -75,40 +68,33 @@
padding: 10px;
text-align: justify
}

#textdivpopup {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-align: right;
margin-left: 216px
}

.spanpopup {
color: #0cf;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px
}

.span1 {
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px
}

.inputtxt {
width: 100%
}

.inputimg {
width: 42px;
height: 42px
}

.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
font-size: 11px
}

.inputtxtarea {
width: 457px;
height: 81px;
Expand All @@ -117,7 +103,6 @@
padding: 10px;
line-height: 21px
}

.popupmain {
background: #fff;
width: 506px;
Expand All @@ -131,7 +116,6 @@
font-size: 13px;
border-radius: 0 23px
}

.lr-popup-header {
background: #efefef;
height: 45px;
Expand All @@ -144,21 +128,18 @@
padding: 7px 0 0;
border-radius: 0 20px 0 0
}

.lr-error {
text-align: left;
background-color: #ffebe8;
margin-bottom: 12px;
padding: 12px
}

.lr-noerror {
text-align: left;
background-color: #e1eabc;
margin-bottom: 12px;
padding: 12px
}

.lr-popup-footer {
background: #efefef;
border-radius: 0 0 0 20px;
Expand All @@ -170,21 +151,18 @@
padding: 7px 10px 0;
text-align: left
}

.spantext {
float: left;
padding: 0 0 0 15px;
margin-left: 0;
line-height: 40px
}

.lr_footerbox {
width: 100%;
float: left;
margin-left: 0;
text-align: right
}

#loginRadiusMiddiv {
margin: 0 auto;
width: 94%;
Expand All @@ -193,7 +171,6 @@
overflow-x: none;
height: 394px
}

#loginRadiusMiddiv .lr-popupbox {
width: 99%;
float: left;
Expand All @@ -202,15 +179,13 @@
border-bottom: 1px solid #e7e7e7;
height: 53px
}

.lr-popupbox input[type=checkbox] {
float: left;
margin-top: 19px;
margin-left: 8px;
margin-right: 10px;
padding: 4px
}

.lr-imgbox {
width: 70px;
float: left;
Expand All @@ -219,26 +194,22 @@
padding-top: 6px;
padding-right: 20px
}

.lr-nameemailbox {
width: 210px;
float: left;
line-height: 52px
}

.lr-popupbox label {
width: 100%;
float: left;
margin: 0;
padding: 0
}

.middiv p {
padding-bottom: 0;
padding-top: 10px;
margin: 0
}

.button {
-webkit-border-radius: 0;
display: inline-block;
Expand All @@ -252,7 +223,6 @@
border: none;
color: #6e6e6e !important
}

.lr_feedbackbutton a {
display: inline-block;
outline: 0;
Expand All @@ -267,71 +237,60 @@
border-radius: 0 10px !important;
margin-top: 0
}

.lr_feedbackbutton a:hover {
text-decoration: none !important;
border: 1px solid #f2f2f2 !important;
background: #ccc !important
}

.blue {
background: #444;
color: #fff;
border: 1px solid #ddd;
border-radius: 0 11px !important
}

.blue:hover {
background: #00b0f0;
border: 1px solid #00b0f0
}

.colorless {
border: 1px solid #ddd;
border-radius: 0 11px !important;
background: #efefef;
margin-top: 6px
}

.colorless:hover {
text-decoration: none;
color: #000 !important
}

.lr_popupmidtop {
float: left;
width: 100%;
height: 6px
}

.lr_contact_search {
width: 47%;
float: right;
color: #fff;
margin-left: 0
}

.lr_contact_searchbox {
float: right;
margin-right: 10px;
margin-top: 5px;
border: 1px solid #0574aa;
border-radius: 0
}

.lr_feedbackbutton {
float: left;
text-align: right;
margin-top: 13px
}

.facegoolabel {
width: 50%;
float: left;
margin: 3px 10px 10px 0;
display: block
}

.search_icon {
background-position: right center;
background-repeat: no-repeat;
Expand All @@ -345,7 +304,6 @@
padding: 5px 30px 5px 5px;
border-radius: 0 8px
}

.lr_footerbox .selectbox {
border: 1px solid #ddd;
border-radius: 0 11px;
Expand All @@ -354,20 +312,17 @@
margin-top: 6px;
padding: 4px 12px
}

.lr_footerbox .selectbox input[type=checkbox] {
float: left;
margin-top: 1px
}

.lr_footerbox .selectbox label {
float: left;
font: 14px/100% Arial, Helvetica, sans-serif;
height: auto;
padding-left: 8px;
padding-top: 2px
}

@media (max-width: 769px) {
.popupmain {
width: 400px;
Expand Down Expand Up @@ -429,26 +384,21 @@
.button {
padding: 5px 3px
}

.lr_footerbox {
text-align: right;
width: 100%
}

.lr_feedbackbutton {
float: left;
text-align: left;
margin-top: 10px;
width: 90px;
border-radius: 0 !important
}

.lr_feedbackbutton a {
margin-top: 0
}

.lr_footerbox .selectbox {
padding: 4px 6px
}
}

}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function request($path, $query_array = array(), $options = array())

$requestedData = array('GET' => $query_array,
'POST' => (isset($options['post_data']) ? $options['post_data'] : array()));
$config = \Drupal::config('ciam.settings');
$config = \Drupal::config('lr_ciam.settings');
$debug_mode = $config->get('ciam_debug_mode');
if (isset($debug_mode) && $debug_mode == '1') {
$response_type = 'error';
Expand Down
Loading

0 comments on commit bf34805

Please sign in to comment.