Connecting to datebase and fetch data behind login?

Hello community, maybe someone can help me here, or give me at least an advice how i can solve this problem.

I‘ve a drupal installation with user registration. The user can edit some values and store a „blob“ file. Now comes the tricky part, i want to build an „electron desktop app“ (electron in short = browser view). This app should show an „login in“, after the “login in”, the big file, and some values from the database should downloaded to the users client. Every user has it‘s own file. After Edit there should be a „one click upload solution“.

How to fix security issue found while running Burp Suite tool.

Hey,

We ran our site on security tool Burp Suite and got below message/issue:

The URL path filename appears to be vulnerable to XML injection. The payload ]]>>< was appended to the value of the URL path filename. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitization.
 

How can I check if my password has been changed?

I can't log in to the website (Drupal 8)  that I uploaded to the server last week. How can I check if my password has been changed? Another user's account is working and I can log in to it. I cannot log in to my account (administrator). There is a chance that I have mistaken my password so before I even try to change my password (I don't know how yet) I would like to check if the website has been hacked.

Ajouter un module contrib tableau de bord (statitistique)

Dans le BO, besoin d'un tableau de bord permettant de suivre les commande sur plusieurs critères.

Globalement sur l'ensemble du tableau de bord, pouvoir définir la période donnée (Mensuel, Annuelle ou perso - début - fin)  sur l'ensemble des graphes

Sous format :

  • Histogramme ou courbe ou

dependent field with _form_alter

Hello every I want create classifieds website with drupal 8

I have create content type call cars. I have two fields call Car Brands and Car Models

I want Car Models to be dependent of car brands. eg if you select Kia from car brands you only see Kia cars under the Car Model

Here is my code of my model.

<?php

function changedata_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {

if ($form_id == 'node_car_form') {

$model_options = $form['field_car_brand']['widget'][0]['value']['#value'];

HTTPD MALLOC issue (OSX, free MAMP)

Hi Drupal Community,

I think that this is not a strict drupal-connected issue but I would like to ask for your advice.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x