Giter Site home page Giter Site logo

Comments (4)

Manschk3rl avatar Manschk3rl commented on June 12, 2024 1

Done.
But sure im up for the "Add Localization" projekt if you need help with german :)

from supergrate.

krisdb2009 avatar krisdb2009 commented on June 12, 2024

Thanks for the report, it sounds like I am going to need to localize Super Grate with different languages.
That is a big task so might take me a few weeks to build in localization. I will likely need help from you with translating to German as well if you are up for it.

from supergrate.

Manschk3rl avatar Manschk3rl commented on June 12, 2024

Hi, i found a better solution. The SID from the NT-Accounts are always S-1-5-18 - 20. I replaced your user.Contains("NT AUTHORITY") || user.Contains("NT SERVICE") with an easy Regex match Regex.IsMatch(SID, @"^S-1-5-[0-9]+$") which searches for the String "S-1-5-" followed by numbers and an end after the numbers. User accounts SID are in a different format.
Screenshot 2022-12-01 131343
Super Grate - User Migration   Backup 01 12 2022 13_14_06

from supergrate.

krisdb2009 avatar krisdb2009 commented on June 12, 2024

That will work for now, mind sending a pull request?

from supergrate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.