Skip to content

Instantly share code, notes, and snippets.

View luanrem's full-sized avatar

Luan Roberto Estrada Martins luanrem

  • ExxonMobil
  • Curitiba PR
View GitHub Profile
@lumentut
lumentut / password.js
Last active May 27, 2021 23:06
strapi custom password reset
'use strict';
/**
* api/password/controllers/password.js
*/
const { sanitizeEntity } = require('strapi-utils');
const formatError = error => [
{ messages: [{ id: error.id, message: error.message, field: error.field }] },
];
@molotovbliss
molotovbliss / terminalrc
Created December 14, 2017 08:41
Dracula Theme for XFCE4 Terminal
ColorBackground=#28282a2a3636
ColorForeground=#f8f8f8f8f2f2
ColorSelection=#363639394848
ColorBold=#f4f47676c3c3
ColorCursor=#5050fafa7b7b
TabActivityColor=#5050fafa7b7b
ColorPalette=#000000000000;#9a9a40404646;#90907979b3b3;#929298986363;#3d3d98985a5a;#9a9a53538282;#3a3a4d4d5b5b;#8bfc8bfc8ccc;#4d4d4d4d4d4d;#ffff55555555;#cacaa9a9fafa;#f1f1fafa8c8c;#5050fafa7b7b;#ffff7979c6c6;#8b8be9e9fdfd;#f8f8f8f8f2f2
ColorSelectionUseDefault=FALSE
ColorBoldUseDefault=FALSE