Skip to content

Commit

Permalink
upgrade version, fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dweeves authored and tmotyl committed Sep 1, 2020
1 parent fcd5380 commit 3eab01c
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Magmi 2 for Magento 2 > 2.1.x
===========================

This is fork from official magmi Github reposiotry (https://github.com/dweeves/magmi-git).
This is fork from official magmi Github reposiotry (https://github.com/dweeves/magmi-git).
This fork use version 0.7.23 of magmi with changes for Magento 2 imported from repositories:
- tagesjump/magmi-m2 - https://github.com/tagesjump/magmi-m2
- pushnov-i/magmi-m2 - https://github.com/pushnov-i/magmi-m2
Expand All @@ -21,4 +21,35 @@ Current version is in **beta** and tested only for import simple and configurabl
- On the fly category creator/importer
- On the fly indexer
- Configurable Item processor
- Image attributes processor
- Image attributes processor

### Authentication

Magmi now features shared Magento authentication out of the box.

One can simply use their Magento administrative (backend) credentials to login to Magmi.


#### .ini File Warning

While the authentication protects your Magmi web interface from unauthorised logins, it doesn't protect you from a poorly configured server.

Magmi uses .ini files to store it's configuration, and some servers will serve these files as plain text files if the are requested directly.

There is never a reason to serve .ini files to end users on a Magento platform, so ensure that your server is configured not to!




## Changelog form the base (Magento 1 version)

magmi-git 0.7.24
===

Security fix , remove magmi default authentication.
Force usage of magento admin login.

magmi-git 0.7.23
===

The [official Magmi Wiki](http://wiki.magmi.org/) is still hosted at SourceForge.

0 comments on commit 3eab01c

Please sign in to comment.